BODY, TD {
	background: navy;
	color : white;
	font-family :  Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}

BLOCKQUOTE {
	font-family: Modern;
	margin-top: .25in;
	margin-left: 1in;
	margin-right: 1in;
}

H1 {
	font-size: 18pt;
	color: white;
}

H2 {
	font-size: 14pt;
	color: #87CEFA;
}

H3 {
	font-size: 13pt;
	color: #7FFFD4;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	}

H5 {										/* Big orange heading */
	font-size: 30pt;
	color: #FF7F00;
	font-family: "Comic Sans MS";
}

H6 {
	font-size: 8pt;
	font-style: italic;
	color: #C0C0C0;
}

A {
	text-decoration: none;
	color: aqua;
}

A:Hover {
	text-decoration: underline;
	color: #32CD32;
}

HR {
	color: blue;
	height: 1pt;
}

P {
	color: blue;
	font-size: 14pt;
	}
	
#SMALL {
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-style: Italic;
	color: #C0C0C0;
}