P  {}

H1  {}

H2  {}

H3  {}

A  {}

A:Visited  {
	font-style : italic;
	color : Maroon;
	text-decoration : none;
	text-transform : capitalize;
}

A:Active  {
	text-decoration : none;
}

A:Hover  {
	color : Red;
	text-decoration : none;
}

BODY  {}

A:Link  {
	color : Blue;
	text-decoration : none;
	font-style : italic;
	text-transform : capitalize;
}

