BODY {
		font-family: Helvetica;
		margin-left: 50pt;
}

A  {
	color : #8080FF;
	text-decoration : none;
}

A:Visited  {
	text-decoration : none;
	color : #8000FF;
}

A:Active  {
	text-decoration : none;
	color : Yellow;
}

A:Hover  {
	text-decoration : none;
	color : Aqua;
}
