HTML { 
border-right : medium none;
border-top : medium none;
margin-top : 0;
margin-bottom : 0;
border-left : medium none;
border-bottom : medium none;
} 
body { 
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top center;
border-right : medium none;
border-top : medium none;
margin-top : 0;
margin-bottom : 0;
border-left : medium none;
border-bottom : medium none;
font-family : Verdana;
font-size : 12px;
color : #283f28;
} 
table { 
border-right : medium none;
border-top : medium none;
margin-top : 0;
margin-bottom : 0;
border-left : medium none;
border-bottom : medium none;
text-align : left;
vertical-align : middle;
font-size : 12px;
font-family : Verdana;
color : #283f28;
} 

table.tabella {
	border-width: 3px;
	border-spacing: 2px;
	border-style: dashed;
	border-color: #009966;
	border-collapse: separate;
} 

a { color : #000000; border-bottom: none; text-decoration:none; } 
a:link { color : #000000; border-bottom: none; text-decoration: none; } 
a:visited { color : #000000; border-bottom: none; text-decoration : none; } 
a:hover { color : #416141; border-bottom: 1px dashed #009966; text-decoration : none; } 
a:active { color : #000000; border-bottom: none; text-decoration : none; }
a img { border-color: #009966; border-width: 1px; }
img.noborder { border-width: 0px; }