.home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
body {
 scrollbar-base-color: #0C6900;
 scrollbar-arrow-color: white;
 scrollbar-track-color: #3C9223;
 
 scrollbar-shadow-color: #436C29;
 scrollbar-lightshadow-color: #436C29; 
 scrollbar-darkshadow-color: #0C6900;
 
 scrollbar-highlight-color: white;
 scrollbar-3dlight-color: #436C29;
 }

a:over {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

a:active{
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}


