/* CSS Document */


body{
	background-color:#456FC5;
}
a {
	font-family:Tahoma;
	font-size: 11px;
	color:#FFCC00;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	font-family:Tahoma;
	font-size: 11px;
	color:#99CC00;
	font-weight:bold;
}
a:hover {
	font-family:Tahoma;
	font-size: 11px;
	color:#99CC00;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	font-family:Tahoma;
	font-size: 11px;
	color:#99CC00;
	font-weight:bold;
	text-decoration:none;
}
.testo{
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
}
.testo_bold{
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}