body {
background-color:#000000;
color:#FFFF99;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

a:link {text-decoration: none; color: yellow;}
a:visited {text-decoration: none; color: yellow;}
a:active {text-decoration: none; color: yellow;}
a:hover {text-decoration: underline; color: yellow;}

a.redlink {text-decoration: underline; color: #960300}

#testo{
	text-align:left;
	width:auto;
	top:5px;
	left:250px;
	position:absolute;
}
#barramenu{
	text-align:center; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top:20px; 
	width:160px;
}
.menuleft{
	background-color:#0088ee;
	color:yellow;
	font-family: sans-serif; 
	font-size:20px; 
	width:160px; 
	text-align:center; 
	border:5px; 
	border-color:blue;
	border-style:solid;
}

.menuleft a:link       {text-decoration: none; color: yellow;}
.menuleft a:visited {text-decoration: none; color: yellow;}
.menuleft a:active  {text-decoration: none; color: yellow;}
.menuleft a:hover   {text-decoration: underline; color: yellow;}

