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