a:link {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #CC6633;
}
.testo {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 22px;
	text-align: justify;
	color: #333366;
	padding-top: 5px;
	padding-bottom: 25px;
}
.tabella {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-align: justify;
	color: #333366;
}
.header {
	font-family: Tahoma;
	font-size: 12px;
	background-color: #333366;
	text-align: center;
}
.titolo {
	font-family: "Courier New", Courier, mono;
	font-size: 40px;
	font-weight: bold;
	color: #333366;
	padding-top: 10px;
	padding-bottom: 10px;
}
.titolino {
	font-family: "Courier New", Courier, mono;
	font-size: 30px;
	font-weight: bold;
	color: #FF9900;
	padding-top: 5px;
	padding-bottom: 5px;
}
.barra {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	font-weight: bold;
	color: #333366;
	background-color: #FF9900;
	text-align: center;
}

