
/*

Community Anchors - Style Sheet
-------------------------------


Color Scheme:			Hex	RGB
------------------------------- ------- ------------
Background:	Lt Grey		666666	102,102,102

Body:		Dk Grey		333333	 51, 51, 51		
		Black		000000	  0,  0,  0	
		Orange		FF9900	255,153,  0

Text:		White		FFFFFF	255,255,255
		Blue		000099	  0,  0,153

*/


body { 		background-color: #666666;
		color: #FFFFFF; 
		font-family: Verdana, Sans-Serif; 
		font-size: 10pt;}

p { 		color: #FFFFFF; 
		font-family: Verdana, Sans-Serif; 
		font-size: 10pt;}
		
span { 		color: #FFFFFF; 
		font-family: Verdana, Sans-Serif; 
		font-size: 10pt;}		

table {		color: #FFFFFF; 
		font-family: Verdana, Sans-Serif; 
		font-size: 10pt;}


h1      { font-family: Verdana; font-weight: bold; font-size: 16pt; color: rgb(255,153,  0); }
h2      { font-family: Verdana; font-weight: bold; font-size: 12pt; color: rgb(255,255,255); }


 a:link 	{ color: #FFFFFF }  
 a:visited 	{ color: #FFFFFF } 
 a:active 	{ color: #FFFFFF } 
 a:hover 	{ color: #000099 } 
