@charset "utf-8";
body {
	background-color: #000;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#F90;
}
.titolo{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#730101;
}
.testo{
	color:#Fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
}
.testo a{
	color:#F90;
}
.testo a:hover{
	color:#000;
}
.testonero{
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
}
.testonero a{
	color:#990000;
}
.testonero a:hover{
	color:#000;
}