BODY {
	background-color :  #F0F8FF;
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style :  normal;
	margin-top :  0px;
	margin-left :  0px;
}

H1 {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 220%;
	font-style :  normal;
	font-weight :  normal;
	color :  Blue;
}

H2 {
	background-color : transparent;
	color :  Blue;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :  180%;
	font-style :  normal;
	font-weight :  normal;
}

H3 {
	color : Blue;
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :  140%;
	font-style :  normal;
	font-weight :  normal;
}

A {
	color : #A52A2A;
	text-decoration : underline;
}

BLOCKQUOTE {
	background :  #F5F5DC;
	color : #483D8B;
	font-family :  "Times New Roman", Times, serif;
	font-size : 120%;
	font-style :  normal;
	font-weight : normal;
}

OL {
	color : #191970;
	list-style-type :  upper-roman;
}

UL {
	color : #191970;
	list-style : square;
}

TABLE {
	background-color :  #DEB887;
	color : #483D8B;
	font-size :  90%;
	font-weight :  bold;
}

TH {
	background : #FAEBD7;
	color : Navy;
	font-size :  120%;
	font-weight :  bold;
}

