P  {}

H1  {}

H2  {}

H3  {}

A  {
	text-decoration : none;
	color : Red;
}

A:Visited  {
	text-decoration : none;
	color : #990000;
}

A:Active  {
	text-decoration : none;
	color : #ff8080;
}

A:Hover  {
	text-decoration : none;
}

BODY  {}

