/* CSS Document */
body {
	background-color: #8AABCE;
}

.Stile1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.Stile1 a {
text-decoration: none;
color: #333333;
}

.Stile1 a:hover {
text-decoration: underline;
color: #333333;
}

.Stile2 {
	color: #FF0000;
	font-weight: bold;
}

