body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #3D9EDE;
}

.testonormale {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #FFFFFF;

}

a.testonormale {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #5B5BFF;
	text-decoration: underline;
}

a.testonormale:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FFFF00;
}

.titolo
{
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

a.titolo
{
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline
}

a.titolo:hover
{
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #4A4A4A;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;

}
