@charset "utf-8";
/* CSS Document */

.testo_semplice {
	font-family: "MS Mincho";
	font-size: 14px;
	color: #CCCCCC;
}
.testo_grassetto {
	font-family: "MS Mincho";
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
}
a:link {
	color: #CC6600;
	font-weight: bold
}
a:visited {
	color: #CC6600;
	font-weight: bold
}
a:hover {
	color: #FFFF00;
	font-weight: bold
}
a:active {
	color: #CC6600;
	font-weight: bold
}
