

.bg {
    background-color: #000000;
    background-image: url(images/bg_red.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0px 0px;
  }


a:link {
    color : #ffffff;
    font-family : Verdana, sans-serif;
    font-size : 8pt;
    font-weight : bold;
    text-decoration : none;
  }


a:visited {
    color : #ffffff;
    font-family : Verdana, sans-serif;
    font-size : 8pt;
    font-weight : bold;
    text-decoration : none;
  }


a:active {
    color : #ffffff;
    font-family : Verdana, sans-serif;
    font-size : 8pt;
    font-weight : bold;
    text-decoration : none;
  }


a:hover {
    color : #E9E489;
    font-family : Verdana, sans-serif;
    font-size : 8pt;
    font-weight : bold;
    text-decoration : none;
  }


span.testo {
    color : #E9E489;
    font-family : Verdana, sans-serif;
    font-size : 8pt;
  }


span.testo2 {
    color : #E9E489;
    font-family : Verdana, sans-serif;
    font-size : 7pt;
    font-weight : bold;
  }


span.titolo {
    color : #E9E489;
    font-family : Verdana, sans-serif;
    font-size : 9pt;
    font-weight : bold;
    text-transform : uppercase;
  }


img {
    border-bottom-color : E9E489;
    border-left-color : E9E489;
    border-right-color : E9E489;
    border-top-color : E9E489;
  }

