

body {
	color: #B69009;
	background: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	
}

.testo {
    color: #B69009;
	background: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;;
}

.testobianco {
    color: #ffffff;
	background: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;;
}

a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}
a#link1 {
	display: block;
	height: 50px;
	width: 204px;
	padding-right: 10px;
	color: white;
	background: #9999cd;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: -1px;
	float: left;
	text-align: right;
	line-height: 50px;
	text-decoration: none;
}

a#link1:hover {
	color: #003466;
	background: #9999cd;
	/*color: white;
	background: #003466;*/
}



