/* CSS Document */

BODY {

	padding: 0px;
	spacing: 0px;
}

ul
{
list-style-image: url('img/bullet.gif')
}


a:link,a:visited{
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
	line-height: 120%;
	text-decoration : underline;
}

a:hover{
	color: #7777FF;
}

.tableheader{

	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000077;
	text-decoration: none;
	padding: 2px;
	margin: 2px;
}

.testo{

	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 140%;
	text-decoration: none;

}
