/* CSS Document */
body {
	background-attachment: fixed;
	background-color: #496E9E;
}

.titolo {
	color: #000000;
	font-weight: bold;
	font-size: 24px;
}
.corsivo {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
.normale {color: #FF0000; font-weight: bold; }
a:link {
	color: #00CC66;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #E8E8E8;
	text-decoration: none;
}

