body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-repeat: no-repeat;
}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	color: #0C0651;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #00FFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.tab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #0C0651;
	background-color: #FFFFFF;
	text-align: center;
}
.other {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	background-color: #0C0651;
	color: #FFFFFF;
}
.corpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	color: #0C0651;
}
