/* use C-style comments to comment things out */
/* note that NS 4.x seems to have trouble with inheritance, so you have to 
   have all the block elements here */


BODY {
	background-color: #FFFFFF;
}

 P, DIV, TABLE, TD, TH, DL, UL, OL, FORM, BLOCKQUOTE, CAPTION
	{ font-family: Verdana, Arial, Helvetica, Sans-Serif;  font-size : x-small;  color : #333366;  } 

H1, H2, H3	{ font-family: Arial, Helvetica, Sans-Serif;  font-size : larger;  color : #333366; }
H4, H5, H6	{ font-family:  Arial, Helvetica, Sans-Serif;  color : #333366;  }

PRE 		{ font-family: Courier, monospace; } 


	a:link 		{ color: #0000ff; }
	a:active 	{ color: #ff0000; }
	a:visited 	{ color: #800080; } 
