.testo {  font-family: Arial, Verdana, "Times New Roman"; font-size: 10px; color: #990000}  
.sfondoverticale {
	background-repeat: repeat-y;
	background-image: url(immagini/linea.gif);
	background-position: center;
}  
 
.testogrande { font-family: Arial, Verdana, "Times New Roman"; font-size: 13px; color: #990000 }  
.sottotitolo { font-family: Arial, Verdana, "Times New Roman"; font-size: 12px; color: #990000 ; font-weight: bold}  
.titolo { font-family: Arial, Verdana, "Times New Roman"; font-size: 16px; color: #990000 ; font-weight: bold }  
.titoloreverse {
	font-family: Arial, Verdana, "Times New Roman";
	font-size: 16px;
	color: #FFEEAA;
	font-weight: bold;
	background-color: #990000
}

body { 
	margin-top: 0px; 
	margin-left: 0px; 	 
	margin-right: 0px; 
	margin-bottom: 0px; 
	padding: 0px; 
	background-color: #FFEEAA; 
} 
 
.tabelle { 
	width: 100%; 
	height: 100%; 
} 
 
 
.sfondoorizzontale { 
	background-image: url(immagini/lineao.gif); 
	background-repeat: repeat; 
	background-position: bottom; 
}

a:active {
	color: #990000;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}

a:hover {
	background-color: #990000;
	color: #FFEEAA;
}
.lineamenu {

	background-image: url(immagini/lineao.gif); 
	background-repeat: no-repeat; 
	background-position: left center;
}

li {
	list-style-type: none;
}


