html {

} 

body {
background-color: #FFFFFF;
text-align: center;
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #000000;
}


.Titolo{
height:22px;
border-bottom: 1px solid Black;
background-color : #467194;
padding-left: 1px;
color:#000000;
background-image:url('../Immagini2003/SFOTITb.jpg');
}


.Tabella{
margin-left: auto; 
margin-right: auto; 
text-align: left; 
width:95%; 
border: 1px solid Black;
background-color : #FFF2D2;
}


.Tabella1{
margin-left: auto; 
margin-right: auto; 
text-align: left; 
width:90%; 
border: 1px solid Black;
background-color : #FFFFFF;
font-size: 1em;
}

.CellaSopra{
text-align: left; 
background-color : #FFFFFF;
font-size: 1em;
font-weight : bold;
}

.CellaSotto{
text-align: left; 
background-color : #FFF2D2;
padding:5px;
}


img {
	border:none;
}

A:link {
	font-weight : bold;
	text-decoration: none;
	color: black;
	font-size: 1em;
}
A:visited {
	font-weight : bold;
	text-decoration: none;
	color: black;
	font-size: 1em;
}
A:hover {
	font-weight : bold;
	text-decoration: underline;
	color: #AA2448;
	font-size: 1em;
}