/* Formattazione Testo SFONDO BLU*/
a.blu:link, a.blu:visited, a.blu:active {
	font-family : Verdana;
	font-size : 12px;
	color: #666699;
	text-decoration: none;


}	
a.blu:hover {
	text-decoration: none;
	border-bottom: 1px dashed red;
}

/* Formattazione Testo SFONDO COBALT*/
a.cobalt:link, a.cobalt:visited, a.cobalt:active {
	color: #7A899A;
	font-family : Verdana;
	font-size : 10px;
	text-decoration: none;
	
}	
a.cobalt:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #7A899A;
	
}

/* Barra di scorrimento */
body {
	scrollbar-face-color: #E5E5E5;
	scrollbar-highlight-color: #E5E5E5;
	scrollbar-shadow-color: #E5E5E5;
	scrollbar-3dlight-color: #D3D3D3;
	scrollbar-arrow-color: #5755A1;
	scrollbar-track-color: #F8F8F8;
	scrollbar-darkshadow-color: #D3D3D3;
}

