H1  {}

H2  {}

H3  {}

A  {
	text-decoration : none;
	font-family : Arial;
}

A:Visited  {
	text-decoration : none;
}

A:Active  {
	text-decoration : none;
}

A:Hover  {
	text-decoration : underline;
	font-style : italic;
}

.verde1
 {
	text-decoration: none;
	font-family: Arial;
	font-size: 10;
	color: #009B00;
	text-transform: none;
	line-height: 18px;

}
A.verde1
 {
	text-decoration: none;
	font-family: Arial;
	font-size: 12;
	color: #009B00;
	text-transform: none;
}
A.verde1:Visited  {
	text-decoration : none;
}

A.verde1:Active  {
	text-decoration : none;
}

A.verde1:Hover  {
	text-decoration: underline;
	font-style: italic;
	color: Green;
}
BODY  {
font-family : Arial;
}

.verde2  {
	font-family : Arial;
	font-size : 16;
	color : #006600;
	line-height: 20px;
}
