html {
	height:100%;
	background-color: white;
}

body {
	height:100%;
	margin: 0px 0px;
}

p {
	font-family: "century gothic", verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0.15em;
	color: #5f4c4c;
}

p.attivo {
	color: #9a9b9d;
}

p.partitaiva {
	font-size: 7px;
	color: #9a9b9d;
	letter-spacing: 0.20em;
	text-align: left;
}

a {
	color: #5f4c4c;	
	text-decoration: none;
	outline: none;
}

a.novita {
	color: #5f4c4c;	
	text-decoration: overline;
	outline: none;
}

a:hover, a:active { 
	color: #9a9b9d;
}

a.pagina {
	color: #5f4c4c;
	text-decoration: underline;
}

a.pagina:hover {
	color: #5f4c4c;
	text-decoration: none;
}

.bordoImgOut {
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

.bordoImgOver {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
