P  {}

H1  {}

H2  {}

H3  {}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {}

.link  {
	font-family : arial, sans-serif;
	font-size : 10pt;
	text-decoration : none;
}

.link:hover  {
	text-decoration : underline;
	color : Red;
}

