/* CSS Document */

/****
Palette colori
****/

body{
	background-color: #000000;
        scrollbar-3dlight-color : 330000;
        scrollbar-arrow-color : Black;
        scrollbar-darkshadow-color : Black;
        scrollbar-face-color : #CC0000;
        scrollbar-highlight-color : Red;
        scrollbar-shadow-color : 330000;
        scrollbar-track-color : Black;
}


.testo
{
	font-family: Courier New, Verdana, Arial;
	color: #FFFFFF;
	font-size: 9pt;
        font-weight: regular;
}
.testo_maiuscolo
{
	font-family: Courier New, Arial, Verdana;
	color: #990000;
	font-size: 10pt;
}
a:link {
	font-family: Courier New, Verdana, Arial;
	color: white;
	font-size: 9pt;
}
a:visited {
    font-family: "Courier New", Courier, mono, Georgia;
	color: white
	font-size: 9pt;
}
a:hover {
	font-family: Courier New, Verdana, Arial;
	color: #990000;
	font-size: 9pt;
}
