body {
      margin: 0px;
}

.redStrip {
           background-color: #990000;
           font-family: verdana, sans-serif;
           font-size: 11px;
           color: #ffffff;
           font-weight: bold;
           height: 20px;
}

.blackStrip {
             background-color: #000000;
             font-family: verdana, sans-serif;
             font-size: 11px;
             color: #ffffff;
             font-weight: bold;
             height: 20px;             
}

td {
    font-family: verdana, sans-serif;
    font-size: 11px;    
}

a:link {
        text-decoration: none;
        color: #ffffff;
}

a:visited {
           text-decoration:none;
           color: #ffffff;
}

a:hover {
         text-decoration: none;
         color: #ff9900;
}

.news {
       height: 150px;
       background-color: #cccccc;
}

.contenuto {
            background-color: #cccccc;
            border-left: 1px solid #000000;
            vertical-align: text-top;
}

.topTitle {
           background-image: url(../images/sfondotab.gif);
           width: 459px;
           font-family: verdana, sans-serif;
           font-size: 11px;
           font-weight: bold;
           height: 20px;
}

.contieni {
           background-color: #cccccc;
           width: 460px;
}

.titolo {
         font-family: verdana, sans-serif;
         font-size: 11px;
         font-weight: bold;
}

.testo {
        font-family: verdana, sans-serif;
        font-size: 11px;         
}