A {
	text-decoration: none;	
} 
pre, a, p, ul ,li, h4, h5, h6, tr, td { 
    font-family : Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
h1, h2, h3 {
    font-family : Arial, Helvetica, sans-serif; 
	color: #009966;
}
A:link, A:visited { 
    text-decoration: none 
}
A:hover {
	color: #9999ff;
	text-decoration : none;
}
p.nero {
	background-color: Black;
	color: red;
	border-width : thin thin thin thin;
	text-decoration : none;
	font-size: 12px;
}
p.rosso {
	color: red;
	border-width : thin thin thin thin;
	text-decoration : none;
	font-size : 12px;
	font : bold italic;
}
ul { list-style-image: url("images/ball.gif");
 }

