/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #800000;
	height:100%;
}
#contenuti {
	position:absolute;
	left:-1100;
	top:-2000;
	width:1024px;
	height:100px;
	z-index:1;
}


.bordo {
	BORDER-BOTTOM: #000000 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}

.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
color:#990000;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

a:visited {
color:#990000;
text-decoration:underline;
}
