body {
	background-image: url(../images/sfondoPag.gif);
	background-repeat: repeat-x;
	background-color: #2D2D2D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-base-color: #2D2D2D; 
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black;
    scrollbar-darkshadow-color: #2D2D2D; 
    scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
	font-family: Verdana;
}

font.testo {
	color: #98C71A;
	font-size: 10px;
}

font.TitTab {
	color: #CCCCCC;
	font-size: 10px;
}

font.titolo {
	color: #98C71A;
	font-size: 18px;
}


A:LINK {
 color : #98C71A;
 text-decoration: none;
}

A:VISITED {
 color : #98C71A;
 text-decoration: none;
}

A:HOVER {
 color : #167CBC;
 text-decoration : none;
}

A:ACTIVE {
 color : #98C71A;
 text-decoration: none;
}