BODY  {
	color : Black;
}

A:link  {
	text-decoration : none;
	color : Green;
}

A:vlink  {
	text-decoration : none;
	color : Green;
}

A:visited  {
	text-decoration : none;
	color : Green;
}

A:hover  {
	text-decoration : underline;
	color : Green;
}

