body {
	background: black; 
	font-family: Verdana;
	font-size: 10px; 
	margin-top: 0;
	margin-bottom: 0;
}

td {
	color: #BBBBBB;
	font-size: 10px; 
}

.titolo {
	font-family: Verdana;
	font-size: 14px;
	text-decoration: underline;
}

.input {
	color: #BBBBBB;
	font-size: 10px;
	background-color: transparent;
	border: 1px solid #BBBBBB;
}

a:link {
	color: #ca2a02;
	text-decoration: none;
}
a:visited {
	color: #ca2a02;
	text-decoration: none;
}
a:alink {
	color: #ca2a02;
	text-decoration: none;
}
a:hover {
	color: white;
}