/* CSS Document */



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

a {
	text-decoration: underline;
	color: #003366;
}

.stile1 {
	color: #003366;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

.stile2 {
	color: #FF6600;
	font-weight: bold;
	font-size: 14px;
}

.stile3 {
	color: #FF6600;
	font-weight: bold;
	font-size: 18px;
}

.stile4 {
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
}

.nav {
	font-size: 12px;
	padding: 5px;
	color:#003366;
}

.nav a {
	font-size: 12px;
	color:#003366;
	text-decoration:underline;
}

.nav a:hover {
	font-size: 12px;
	color:#FF6600;
	text-decoration:underline;
}


