.ScrollBooks {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #003366;
	}

.homepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.TITOLO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#CC0000;
}

a:link { 
		font-weight: bold;
		text-decoration: none;
		color:#CC0000;
}

a:hover {
		font-weight: bold;
		text-decoration: underline;
		color:#FF6600;
}
a:visited {
		font-weight: bold;
		text-decoration: none;
		color:#666666;
}
a:active {
		font-weight: bold;
		text-decoration: none;
		color:#FF0000;
}


