P  {
	font-size : 10pt;
	font-family : Helvetica;
	font-weight : normal;
	font-style : normal;
	color : Blue;
}

H1  {
	font-size : 14pt;
	font-family : Helvetica;
	color: #red;
	white-space: nowrap;


}

H2  {
	font-size : 1pt;
	font-family : Helvetica;
	color: #000000;

}

H3  {
	font-size : 6pt;
	font-family : Helvetica;
}

a  {
	font-size : 7pt;
	font-family : Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #0000FF;
	text-decoration : none;
	border-style : none;
	float : none;
}

A:Visited  {
	font-size : 7pt;
	font-family : Helvetica;
	font-weight : bold;
	font-style : normal;
	color : Teal;
	text-decoration : none;
}

a:active  {
	font-size : 7pt;
	font-family : Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #FF0000;
	text-decoration : none;
}

A:Hover  {
	font-size : 7pt;
	font-family : Helvetica;
	font-weight : bold;
	font-style : normal;
	color : Red;
	text-decoration : underline;
}

BODY  {
	font-size : 10pt;
	font-family : Helvetica;
	font-weight : bold;
	font-style : normal;
	color : Blue;
}

.arancione {
	font-size: 10px;
	color: 993300;
	font-family : Helvetica;
	font-weight: bold;
}
.arancione A:link{font-size: 10px;text-decoration : none;color : 993300;}
.arancione A:hover{font-size: 10px;text-decoration: underline;color : 993300;}
.arancione A:visited{font-size: 10px;text-decoration : none;color : 993300;}
.arancione A:active{font-size: 10px;text-decoration : none;color : 993300;}

.verde {
	font-size: 10px;
	color: 336633;
	font-family : Helvetica;
	font-weight: bold;
}
.verde A:link{font-size: 10px;text-decoration : none;color : 336633;}
.verde A:hover{font-size: 10px;text-decoration: underline;color : 336633;}
.verde A:visited{font-size: 10px;text-decoration : none;color : 336633;}
.verde A:active{font-size: 10px;text-decoration : none;color : 336633;}

.blu {
	font-size: 10px;
	color: 0066FF;
	font-family : Helvetica;
	font-weight: bold;
}
.blu A:link{font-size: 10px;text-decoration : none;color : 0066FF;}
.blu A:hover{font-size: 10px;text-decoration: underline;color : 0066FF;}
.blu A:visited{font-size: 10px;text-decoration : none;color : 0066FF;}
.blu A:active{font-size: 10px;text-decoration : none;color : white;}

.top {
	font-size: 10px;
	color: 006600;
	font-family : Helvetica;
	font-weight: normal;
}
.top A:link{font-size: 10px;text-decoration : none;color : 006600;font-weight: normal;}
.top A:hover{font-size: 10px;text-decoration: underline;color : 006600;font-weight: normal;}
.top A:visited{font-size: 10px;text-decoration : underline;color : 006600;font-weight: normal;}
.top A:active{font-size: 10px;text-decoration : none;color : 006600;font-weight: normal;}