html, BODY { 
 margin: 0px;
 padding: 0px;
 width: 100%;
 text-align: justify;
 background-color:#666666;
 background-position: top;
 background-repeat: repeat-x;
 font: x-small trebuchet ms, Arial, Helvetica, sans-serif; }
 
h1 {    font-size: 18px;
        font-family:trebuchet ms;
        font-weight: bold;
        color:#ffffff}
        
h2 {    font-size: 14px;
        font-family:trebuchet ms;
        font-weight: bold;
        color:#666666}

A:link, A:visited { 
    font-size: 12px;
    font-family:trebuchet ms;
    font-weight: bold;
	text-decoration: none;
	color: #FF5656;	}

A:hover { 
    font-size: 12px;
    font-family:trebuchet ms;
    font-weight: bold;
	text-decoration: none;
	color:#000000;	}

A.menu:link, A.menu:visited { 
    font-size: 12px;
    font-family:trebuchet ms;
    font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;	}

A.menu:hover { 
    font-size: 12px;
    font-family:trebuchet ms;
    font-weight: bold;
	text-decoration: none;
	color:#FF5656;	}
	
.menu { 
    font-size: 12px;
    font-family:trebuchet ms;
    font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;	}
	
.testo { 
    font-size: 12px;
    font-family:trebuchet ms;
    font-weight: normal;
	text-decoration: none;
	color: #333333;	}