/* CSS Document */

.testoNormale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFE8;
	list-style-image: url(images/dot.gif);
	list-style-type: none;
	list-style-position: outset;
	font-weight: normal;



}
.testoDemo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFB3;
	list-style-image: url(images/dot.gif);
	list-style-type: none;
	list-style-position: outset;
	text-decoration: none;

}


a {
	text-decoration: none;
		color: #FFFFB3;
}
a:hover {
	text-decoration: underline;
		color: #FFFFFF;
}
