

body {
    background-image: url(../img/Bilancia.GIF);
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-attachment: fixed;
  }


hr {
    background-image: url(../img/blocktitlebg.jpg);
    height: 5px;
  }


#header {
    background-image : url(../img/bilancia.jpg);
    background-position : right;
    background-repeat : no-repeat;
    font-size : 30px;
    height : 100px;
    padding-bottom : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 10px;
  }


#left-content {
  }


#content {
    padding-left:20px;
  }


#footer {
    border: 1px solid Black;
    padding: 0px;
    background-color: White;
  }


.block {
    border: 1px solid Black;
    font-size: 14px;
    background-color: White;
    text-align: left;
    margin-bottom: 10px;
  }


.blocktitle {
    background-image: url(../img/blocktitlebg.jpg);
    background-repeat: repeat-x;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid Black;
  }


.blockcontent {
    margin-top: 20px;
  }


.block a {
    display: list-item;
    margin-left: 5px;
    list-style-position: inside;
    text-decoration: none;
    color: Black;
    display: list-item;
    line-height: .5em;
  }


.block a:hover {
    text-decoration: underline;
    border-right: 5px solid Red;
  }


.block a:active {
    background-color: #E4E4E4;
  }


.box {
    background-color: White;
    border: 1px solid Black;
    text-align: justify;
    padding:10px;
  }


.small {
    font-family: Verdana;
    font-size:11px;
    color:#000000;
  }


.titolo2 {
    font-family: Georgia;
    font-size:16px;
    color:#000000;
    font-weight: bold;
  }


.infobox {
    background-color : #d8d8d8;
    font-family : serif;
    font-size : 12px;
    margin-left : 20px;
    margin-right : 20px;
    padding: 5px;
  }


.commento {
    font-size : 8pt;
    font-style : italic;
  }
