body, div, h1, h2, h3, p, ul {
padding : 0;
margin: 0;
position: relative;
}
BODY {
	background: #91A9C2;
	font-family: verdana;
	color: black;
	
}

.titel {
	font-size: 16px;
	color: black; 
	font-style: strong;
	font-weight: bold;
}


HR {
	height: 2pt;
	color: #91A9C2;
}

.testo {
	font: 7pt;
	font-family: Verdana;
	color: white;
}

.testo1 {
	font: 7pt;
	font-family: Verdana;
	color: black;
}

td {
	font-family: verdana;
	color: black;
	font-style: strong;
	text-align: left;
	font: 8pt;
	text-align: justify;
}
h5 {
	font-family: verdana;
	color: red;
	font: 10pt;
	font-weight: bold;
}

 a:link    {color: navy;text-decoration: none;  font-size: 10pt;}
   a:active  {text-decoration: none;}
   a:visited {color: navy;text-decoration: none;  font-size: 10pt;}
   a:hover   {color: red;text-decoration: none;}







