
html,body{
    margin:0;padding:0;
    }

body {
	background: black url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.g {
	font-family: "Verdana"; font-style: bold; font-size: 14px; color: white;
}

span.argomento{
	color : #F90F0A;
	font-family : "Verdana";
	font-size : 12px;
	}

span.giallo{
	color : #F9E50A;
	font-family : "Arial Black";
	font-size : 40px;
	}
	
span.rosso{
	color : #F90F0A;
	font-family : "Arial Black";
	font-size : 40px;
	}

span.rosso2{
	color : #F90F0A;
	font-family : "Arial Black";
	font-size : 20px;
	}


span.grigio{
	color : #989696;
	font-family : Arial;
	font-size : 20px;
	}
	
span.verde{
	color : #07E002;
	font-family : Arial;
	font-size : 20px;
	}
	
span.descrizione{
	color : #FFFFFF;
	font-family : "Times New Roman";
	font-size : 12px;
	text-align: justify; 
	}

a.quale{
	border:hidden;
	}
a.quale:hover{border-style:solid; border-width:1; color : #F90F0A; height:82px}
	
a.voce{
	display:block;
	width:220px;
	height:35px;
	background: transparent;
	color : #F9E50A;
	font-family : "Arial";
	font-size : 18px;
	text-decoration: none;
	line-height: 30px;
	}

a.voce:hover{background: url('img/cornice.gif'); color : #F90F0A;}

a.voce2{
	display:block;
	width:220px;
	height:35px;
	background: transparent;
	color : #F90F0A;
	font-family : "Arial Black";
	font-size : 18px;
	text-decoration: none;
	line-height: 30px;
	}

a.voce2:hover{background: url('img/cornice.gif'); color : #F90F0A;}

a.collegamento:link, a.collegamento:visited{
	color : #ff0000;
	text-decoration: underline;
}


