html {
} 

body {
background-color: #FFFFFF;
text-align: center;
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
color: #000000;
}


.TitoloLeft{
height:22px;
text-align: left;
border: 1px solid Black;
padding: 0px;
color:#000000;
font-weight : bold;
background-image:url('../Immagini2003/SFOTITb.jpg');
}

.testo{
width:90%;
text-align: justify;
background-color: #FFFFFF;
padding: 2px;
font-size: 1.2em;
color:#000000;
}

.argomento{
width:35%;
text-align: left;
margin-left: 5px;
margin-top: 0px;
margin-bottom: 10px;
border: 1px solid Black;
background-color :#FFF2D2;
padding: 2px;
}

.TitoloMiddle{
width:90%;
height:22px;
text-align: left;
border: 1px solid Black;
padding: 0px;
color:#000000;
font-weight : bold;
background-image:url('../Immagini2003/SFOTITb.jpg');
}

.argomentomiddle{
text-align: left;
left:10px;
color:#FFFFFF;
padding: 0px;

}


.voce{
text-align:left;
background-color:#FFFFFF;
margin-left:8px;
margin-right:8px;
margin-top:2px;
margin-bottom:2px;
border : 1px solid Gray;
}

.titolirossi{
	border-top:2px solid #D1231A;
	border-bottom:2px solid #D1231A;
	font-size: 1.1em;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	color: #000000;
font-weight:bold;
}

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:#C92548;
	font-size: 1em;
}