body {
	background-color: #FFFF33;
}
.corpo {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 700;
	color: #0000CC;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #00CC00;
}
.titolo {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: capitalize;
}
