/* standard elements */
a {
	color: #FFF;
}
a:hover {
	color: #EC9E06;
}

.body {
background:#330000 url(images/bg.png) repeat;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


/* footer */
.footer {
	background: transparent;
	border: 0px solid #EEE;
	color: #EC9E06;
	font-size: 10px;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 720px;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

