P  {}

H1  {
	font-family : cursive;
	font-weight : bold;
	font-size : large;
	text-align : left;
	text-transform : capitalize;
	background-color : Blue;
	color : White;
	border-style : groove;
	border-color : White;
	float : none;
	border-width : medium;
}

H2  {
	color : Black;
	background-color : White;
	font-weight : normal;
	font-style : italic;
	font-size : small;
	text-decoration : underline;
	font-family : fantasy;
}

H3  {}

A  {
	font-family : sans-serif;
	text-decoration : none;
	color : White;
}

A:Visited  {
	color : Gray;
}

A:Active  {
	text-decoration : underline;
}

A:Hover  {
	text-decoration : underline;
}

BODY  {
	font-family : sans-serif;
	color : Silver;
	background-color : Black;
}

