BODY,TD,TH,P,DIV,FORM,H1,H2,H3,H4,BLOCKQUOTE,UL,OL {
	color: Black;
	font-family: Arial, Helvetica,  sans-serif;
	font-size: 12px;
	background: #FFFFCC;
}/* defines body and regular text, all other tags listed to accomodate old versions of netscape.*/

A {
	color: #CC9966;
	text-decoration: underline;
}/* hyperlinks off*/

A:HOVER {
	color: #CC9966;
	text-decoration: none;
}/* hyperlinks on*/

B.instructions {
	color: #CC9966;
	text-decoration: none;
	font-size : x-small;
}/* all instructional text in forms, # of characters etc.*/

B.headers {
	color: #3333cc;
	text-decoration: none;
	font-size : small;
}/* all header information, main categories etc.*/

B.subheaders {
	color: #ff9900;
	text-decoration: none;
	font-size : small;
	font-style : italic;
}/* all subheader information, authors, catagories, etc.*/
