body
{
	margin:0;
	background-color:#6FBFD4;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}
A:link    { text-decoration: underline; color: #0000FF} 
A:visited { text-decoration: underline; color: #0000FF} 
A:hover   { text-decoration: underline; color: #0000FF}


h1
{ 
	color:white;
}
h2
{ 
	margin:0px auto 10px;
	font:normal 1.6em Verdana, Arial, Sans-Serif;
	letter-spacing:-1px;
	color:#FF0000;
	text-align: center;
}
p
{ 
	padding-left: 10px;
	padding-right: 5px;
}
.link
{
	margin:5px;
	font-size:13px;
}
table.principale
{
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
td.sinistra
{
	border-right: 1px solid black;
}

td.sinistrabasso
{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.casella-viola{    
    FONT-SIZE: 13px;
    COLOR: #0000bb;
    FONT-FAMILY: Tahoma;
    BACKGROUND: #EFE1FF}
.bottone-blu {background: #0066CC; font-size: 12px; color: white}

.linkdonna:link
{  
text-decoration: underline;
color: #FF00FF;
}
.linkdonna:visited
{  
text-decoration: underline;
color: #FF00FF;
}

.linkdonna:hover 
{  
text-decoration: none; 
color: white;
background-color: #FF00FF;

}
.linkuomo:link
{  
text-decoration: underline;
color: blue;
}
.linkuomo:visited
{  
text-decoration: underline;
color: blue;
}

.linkuomo:hover 
{  
text-decoration: none; 
color: white;
background-color: blue;

}