/* CSS Document */
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}

.menu a:link {
    color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover {
	text-decoration: none;
	color: #FFFF00;
}
.menu a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}

.testo a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.testo a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.testo a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.testo a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.titolo   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

