@charset "iso-8859-1";
.body { background-color: #000000; }

.testo
{
	color: #333333;
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.nome
{
	color: #FF6600;
	font-family: verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.titolo
{
	color: #FF6B00;
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.link
{
	color: Blue;
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration : underline;
}

a{
	text-decoration : underline;
	color: Blue;
}
a:hover{text-decoration : none; color: #FF6600;}
#a:visited{ text-decoration : none; color: #CC0000;}
#a:active{text-decoration : none;color: #CC0000;}
