body {
	font-family: georgia, "Times New Roman", Times, serif;
	text-align: center;
}
h1 {
	font-size : 1em;
	font-weight : bold;
	color : Maroon;
	line-height: 1.2em;
	text-align: left;
}
h2{
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	text-align: left;
}

a:link {  
	text-decoration:underline;
}
A:VISITED {
	color : Gray;
}
A:ACTIVE, A:HOVER {
	text-decoration: none;
	color : #CC0033;
}
.testo {
	font-size : 0.9em;
}
.fix {
	font-size:11px;
}
.td-sfondo {
	background-repeat: no-repeat;
}
.bordino {
	border: 1px dashed #999;
	padding: 4px;
}
.imgbordo {
	border: 1px solid #000;
}

