body {
	padding:0px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#1F1F1F;
	background:#1F1F1F;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
a:link,a:visited {
	color:#999;
	text-decoration:none;
}
a:hover, a:active{
	color:#666;
	text-decoration:underline;
}
.sezattiva a:link, .sezattiva a:visited {
	color:#ffffff;
	text-decoration:none;
}
.sezattiva a:hover, .sezattiva a:active {
	text-decoration:underline;
}

