BODY  {
	background-color : Navy;
	color : Yellow;
	font-family : sans-serif;
}

FORM  {
	background-color : Navy;
	color : Yellow;
	font-family : sans-serif;
}

FONT  {
	font-family : sans-serif;
}

A:link  {
	color : Aqua;
	font-family : sans-serif;
	text-decoration: none;
}

A:visited  {
	color : Aqua;
	font-family : sans-serif;
	text-decoration: none;
}

A:active  {
	color : White;
	font-family : sans-serif;
	text-decoration: none;
}

H6  {
	color : Yellow;
	font-size : smaller;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
}

H3  {
	font-weight : normal;
	background-color : Yellow;
	color : Navy;
	font-family : sans-serif;
	font-size : medium;
	font-style : italic;
	text-indent : 20;
}
H1  {
	font-weight : bold;
	color : Aqua;
	font-family : serif;
	font-size : x-large;
	font-style : normal;
	text-indent : 20;
	text-align : center;
}