BODY {
	background: FFFFFF;
	font-family: verdana;
	color: black;
	
}

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

.titel2 {
	font-size: 14px;
	color: black; 
	font-style: strong;
	font-weight: bold;
}


.titel3 {
	font-size: 18px;
	color: red; 
	font-style: strong;
	font-weight: bold;
}

HR {
	height: 1pt;
	color: gray;
}

.testo {
	font: 10pt;
	font-family: Verdana;
	color: 5CDC69;
	font-weight: bold;
}

.testo2 {
	font: 12pt;
	font-family: Verdana;
	color: gray;
	font-weight: bold;
}

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

 a:link    {color: 595959; text-decoration: none;  font-size: 9pt; text-align: left;}
   a:active  {text-decoration: none;}
   a:visited {color: 595959; text-decoration: none; font-size: 9pt; text-align: left;}
   a:hover   {color: red; text-decoration: none;}






