a:link {
	text-decoration:none;
	font-weight: bold;
	color: #FF0000;

}

a:visited {
	text-decoration:none;
	font-weight: bold;
	color: #FF0000;

}

a:link:hover {
	font-style: italic;

}

a:visited:hover {
	font-style: italic;

}

.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	color: #000000;
	text-align: justify;

}
.title {
	font-family: Comic Sans MS, Arial, Helvetica;
	font-size: large;
	text-decoration: none;
	font-weight: bold;
	color: #3366FF;
	text-align: center;

}
.subtitle {
	font-family: Comic Sans MS, Arial, Helvetica;
	font-size: medium;
	text-decoration: none;
	font-weight: normal;
	color: #FF0000;
	text-align: justify;

}
.scroll {
	font-family: Comic Sans MS, Arial, Helvetica;
	font-size: large;
	line-height: 120%;
	text-decoration: none;
	font-weight: bold;
	color: #33FF33;
	text-align: center;

}

