/* BEGIN CSS DOCUMENT AVER.txt.css */

 body { background-color: #010101; font-family: Times New Roman; color: #ededee; text-align: left; margin: 5px 10px 20px 5px; }

 /* NOTE - MARGIN ORDER goes-- top right bottom then left; like a backwards-C */

 a:visited
 	{color : #997799; text-decoration : underline;}
 a:link 
 	{color : #778899; text-decoration : none;}
 a:hover
 	{color : #ccbb55; text-decoration : underline;} 

 h1 {	font-family: Times New Roman;
	font-size: 20px;
	font-weight:bold;
	color: #aaaaff;} 

 h2 {	font-family: Times New Roman;
	font-size: 20px;
	font-weight:bold;
	color: #aaaaff;} 

 h3 {	font-family: Times New Roman;
	font-size: 20px;
	font-weight:bold;
	color: #ff4411;} 

 h4 {	font-family: Times New Roman;
	font-size: 20px;
	font-weight:bold;
	color: #aaaaff;} 




/* END CSS DOCUMENT AVER.txt.css */ 
