
/* Colors used: 
    #595B30  A kind of brown for the main text color
    #F0E68C  Khaki for the main background
    #898B60  A tannish color for nav background a few others
    #ffe4c4  bisque. visited links in navigation bar
*/

/******************************************/
/* Styling rules for the body             */
/******************************************/

body {background: white; }
a:link {color:#663300; text-decoration:none}
a:visited {color:#595B30; text-decoration:none}
a:hover {text-decoration:underline}

#special {color:#595B30; text-decoration:none} 
#special:visited {color:#595B30;text-decoration:none} 
#special:hover {text-decoration:underline} 



