BODY{
	SCROLLBAR-FACE-COLOR: #ff6600;
	SCROLLBAR-HIGHLIGHT-COLOR: #ff6600; 
	SCROLLBAR-SHADOW-COLOR: #ff9900;  
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #000000; 
	SCROLLBAR-TRACK-COLOR: #ff9900;
	SCROLLBAR-DARKSHADOW-COLOR: #000000; 
	SCROLLBAR-BASE-COLOR: #ff9900; 
	font-family : "arial";
	font-size : 6px;
	background : Black;
	color : White;
	margin : 0%;
}


td.testo {
    color: white;
    font-size: 12px;
    font-family: arial;
    font-weight : normal;
}

td.ind {
    color: Black;
    font-size: 14px;
    font-family: "Courier New", Courier, monospace;
    font-weight : normal;
    padding : 5px 5px;
}

table.ind {
    color: Black;
    font-size: 14px;
    font-family: "Courier New", Courier, monospace;
    font-weight : normal;
}


A.base {
	color: Red;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial;
	font-weight : bold;
}

A:visited.base {
	color: Red;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial;
	font-weight : bold;
}
 
A:hover.base {
    color: Red;
    text-decoration: none;
    font-size: 14px;
    font-family: Arial;
    font-weight : bold;
}








