P  {
	font-size : medium;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
	text-align : left;
	background-color : White;
}

H1  {
	font-size : xx-large;
	font-family : Arial Black;
	font-weight : bold;
	font-style : normal;
	color : Lime;
	text-align : center;
	background-color : Blue;
}

H2  {
	background-color : Blue;
	text-align : center;
	text-decoration : none;
	font-family : fantasy;
	font-weight : bold;
	font-style : italic;
	color : Lime;
	font-size : x-large;
}

H3  {
	font-size : large;
	font-family : Arial Narrow;
	font-weight : normal;
	font-style : italic;
	color : Lime;
	text-decoration : none;
	text-align : center;
	text-transform : capitalize;
	background-color : Blue;
}

A  {
	font-weight : bold;
	font-family : fantasy;
}

A:Visited  {
	font-family : cursive;
	color : Purple;
}

A:Active  {
	color : Blue;
	visibility : visible;
}

A:Hover  {}

BODY  {
	font-size : medium;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-align : left;
	background-color : White;
}

