/* CSS Document */

body {
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.testo {
	font-size: 12px;
}
.testograndetit {
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
}
.testopiccolotit {
	font-size: 11px;
	color: #FFFFFF;
}
.testopiccolo {
	font-size: 11px;
}
.testobold {
	font-weight: bold;
}
.testoboldbianco {
	font-weight: bold;
	color: #FFFFFF;
}
.testoboldrosso {
	font-weight: bold;
	color: #990000;
}
.testo16rosso {
	font-weight: bold;
	color: #990000;
	font-size: 16px;
}
.testorosso {
	color: #990000;
}
.tabella {
	background-image: url(../immagini/sfondo.jpg);
	background-repeat: repeat-x;
}