﻿body { background-color:#333333;}


.menu {  font-family: Verdana;
            font-size:13pt;
            color:#ffffff;
            font-weight:bold;
            display:block;
            height:25px;
            width:220px;
            border-bottom:solid 1px #3399ff;
            padding-top:6px;
            margin-top:10px;
            margin-left:5px;}       
 .menu a {  text-decoration:none; color:#ffffff;}
 .menu a:hover{  color:#2985e0; text-decoration:none;}
              
 .footer { font-family: Verdana; font-size:8pt; color:#ffffff; }
 .footer a { font-family: Verdana; font-size:8pt; color:#ffffff; text-decoration:underline;}
 .footer a:hover { font-family: Verdana; font-size:8pt; color:#2985e0; text-decoration:underline;}
         
 .titolo {  font-family: Verdana; font-size:13pt; color:#ffffff; font-weight:bold;}
 
 .testo {   font-family: Verdana; font-size:10pt; color:#333333;
	text-align: left;
}
 .testo a {   font-family: Verdana; font-size:10pt; color:#333333; text-decoration:underline; }
 .testo a:hover {   font-family: Verdana; font-size:10pt; color:#ffffff; text-decoration:underline; }
 
 .testoBig {   font-family: Verdana; font-size:12pt; color:#26435f; font-weight:bold;}
            
            
