/* CSS Document */
a:link {
	color: #71090A; 
	text-decoration: underline; 
}

a:visited {
	color: #71090A; 
	text-decoration: underline; 
}

a:hover {
	color: #71090A; 
	text-decoration: underline;
}

body {
	background-color:#080808;
	margin-top:0px;
}

.menubody {
	background-color:#F0EEE1;
	margin-top:0px;
}

.testo {
	color:#71090A;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
}

.testogold {
	color:#eed676;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;	
}

.testofooter {
	color:#eed676;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:11px;	
}


