P  {}

H1  {
	font-size : x-large;
	font-weight : bold;
}

H2  {
	font-size : large;
	font-family : cursive;
	font-weight : bold;
}

H3  {
	font-family : cursive;
	font-weight : normal;
}

A  {
	text-decoration : none;
	color : Blue;
}

A:Visited  {
	color : Green;
}

A:Active  {
	color : Red;
}

A:Hover  {
	text-decoration : underline;
}

BODY  {
	background-color : White;
	color : Black;
	font-family : sans-serif;
}

