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

.titel {
	font-size: 20px;
	color: 003471; 
	font-style: strong;
	font-weight: bold;
}

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


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

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

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

.testo2 {
	font: 6pt;
	font-family: Verdana;
	color: 003471;
}

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

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






