A {
	COLOR: #0000ff;
	TEXT-DECORATION: none;
}
A:hover {
	color : #9C3100;
	text-decoration : underline;
	background-color: #BBFFA8;
}
.testo {
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-style : normal;
}
.titolo {
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bold;
	color: #990000;
}
.titolo_grande {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color:#0000FF;
}
.esercizi {  
	font-family : Arial, Helvetica, sans-serif;
	font-size: 80%; 
	font-style: normal; 
	font-weight: bold; 
	color: #006600
}
.testo_piccolo {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
}
.testo_piccolo_bold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 70%;
	font-weight : bold;
	color : Green;
}
.titoletto{
	background-color : Yellow;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
}
.citazione{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 80%;
	background-color : #FFFFCC;
	margin-left : 8px;
	margin-right : 8px;
}
.simbolo{
	font-family : Symbol;
	font-size : 80%;
}

