@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	background-image: url(images/sfondo.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;
	font-size:12px;
}
h1{
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	text-align:left;
}
a{
	text-decoration:none;
	color:#CCC;
}
a:hover{
	color:#FFF;
}

#htmlzone a{
	text-decoration:none;
	color:#666666;
}
#htmlzone a:hover{
	text-decoration:none;
	color:#FFCC00;
}

