
/* Familytree Color Stylesheet */ 

body {
	background-image:url(images/mosliter.gif);
	background-attachment:fixed;
	color: #666E46;	
 }

p {
	color:#666E46;
}

#outer {
	 background: #89945F;
	 color: #666E46;
}

#hdr {
	 background:#ADBA77;
	 color: #947B5F;
 }

#bar {
	 background:#947B5F;
	 color: #E0BB90;
}

#bodyblock {
	 background: #D0E090;
	 color: #947B5F;
	 }

#l-col {
	 background: #D0E090;
	 color:  #947B5F;
}

#cont {
	 background:#E0BB90;
	 color: #1F1F1F;
 }

#ftr {
	 background:#89945F;
	 color: #D0E090;
 }
 
a:link {
	color: #666E46;
}

a:visited {
	color: #666E46;
}

a:hover {
	background-color: #666E46;
	color: #E0E0E0;
}

Greens
   1. #D0E090
   2. #ADBA77
   3. #89945F
   4. #666E46
 Browns  
   4. #E0BB90
   5. #BA9B77
   6. #947B5F
 Greys 
   7. #E0E0E0
   8. #1F1F1F
   9. #000000

