.pagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

.normale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
	A:LINK{
	color : #000000;
	text-decoration : none;
}
	A:VISITED {
	color : #000000;
	text-decoration : none;
}
	A:HOVER{
	color : #FF6600;
	text-decoration : none;
}