/* CSS Document */
<style type="text/css">

.Stile1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #004071;
}

.Stile2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.Stile3 {
	font-family: Arial;
	font-size: 16px;
	font-weight: BOLD;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #004071;
}
a:visited {
	text-decoration: none;
	color: #004071;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
}

</style>
