/* BEGIN CSS DOCUMENT 1999.txt.css */

 body { background-color: #000020; font-family: Times New Roman; color: #aaeeff; text-align: left; margin: 5px 10px 10px 5px; }

 /* NOTE - MARGIN ORDER goes-- top right bottom then left; like a backwards-C */

 a:visited
 	{color : #2255ff; text-decoration : underline;}
 a:link 
 	{color : #2255ff; text-decoration : none;}
 a:hover
 	{color : #ccbb55; text-decoration : underline;} 

 h1 {	font-family: Times New Roman;
	margin-left: 20px;
	font-weight:bold;
	color: #aaeeff;} 

 h2 {	font-family: Times New Roman;
	font-size: 20px;
	font-weight:bold;
	color: #aaeeff;} 

 h3 {	font-family: Times New Roman;
	font-size: 20px;
	font-weight:bold;
	color: #eeee88;} 

 h4 {	font-family: Times New Roman;
	margin-left: 20px;
	font-size: 20px;
	font-weight:bold;
	color: #bbffff;} 

blockquote { color: #edefcc; 
			text-decoration : none;
			font-style: italic}


/* END CSS DOCUMENT 1999.txt.css */ 