BODY { 	background-color: #ffffe8;  		/* pale yellow */
	
	font-family: Arial, Helvetica, sans-serif; 
	font-color: #330066;                    /* dark blue */
	margin-left: 2px; }			/* leave space at left */

A:link		{ color: #CC9900 }		 /* yellow */ 
A:visited  	{ color: #660000 }              /* brown  */
A:hover    	{ color: #FFCC00 }              /* pale yellow */
A:active   	{ color: #FF0000 }              /* red */
A:link {text-decoration: none;}			/* remove underlining from links */
A:visited {text-decoration: none;}
A:hover{text-decoration:underline}

H1 { font-size: 28pt; 
     color: #000066; 
     font-family: Times, Times Roman, Times New Roman, serif }
H2 { font-size: 24 pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #330066 }
H3 { color: #330066 }			/*                */
H4 { font-size: 20 pt;
    color: #330066 }			/*                */
H5 { font-size: 14 pt;
    color: #330066 }			/*                */
H6 { font-size: 10 pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000 }			/*                */