a:link {
	text-decoration: none;
		color: #F00;

}

a:visited {
	text-decoration: none;
		color: #F00;

}

a:hover {
	text-decoration: none;
			color: #FF0;

}

a:active {
	text-decoration: none;
			color: #FF0;

}

a.hidden {
	text-decoration: none;
	
}

body {
	font-family: Arial, Helvetica, Sans-serif;
	margin-top: 10px;
	background-color: #000000;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 20px;
}

td {
	font-size: 15px;
	
}

.piccolo {
	font-size: 11px;
		font-weight:normal;


}

.medio {
	font-size: 13px;
		font-weight:normal;


}

.grande {font-size: 18px}


.bianco {color: #FFF}