/*
style name
#668907: green
#ECD8CF: pink
#F2EAA9: yellow
#FEFCFD: white
#2C3727: black
#E8E2CC: tan
*/

body { background-color: #F2EAA9; }

a:link, a:visited { color: #668907; }
a:hover, a:active { color: #2C3727; }

/*Header*/
.header { background-color: #668907; color: #FEFCFD; }
.header a:link, .header a:visited, .header a:hover, .header a:active { color: #FEFCFD; }

/*Links*/
.links { border: 1px solid black; background-color: #ECD8CF; color: #F2EAA9; }
#current { background-color: #668907; color: #FEFCFD; }
.links a:link, .links a:visited { color: #2C3727; }
.links a:hover, .links a:active { background-color: #668907; color: #FEFCFD; }

/*Sidebar*/
#sidebar { border: 1px solid black; background-color: #ECD8CF; color: #2C3727; }
#sidebar a:link, #sidebar a:visited { color: #2C3727; }
#sidebar a:hover, #sidebar a:active { background-color: #668907; color: #FEFCFD; }
#newer a:hover, #newer a:active { background-color: #ECD8CF; color: #F2EAA9; }
#older a:hover, #older a:active { background-color: #ECD8CF; color: #F2EAA9; }

/*Main content*/
#content { border: 1px solid black; background-color: #E8E2CC; color: #2C3727; }

/*Footer*/
.footer { background-color: #FEFCFD; color: #668907; }
.footer a:link, .footer a:visited { color: #668907; }
.footer a:hover, .footer a:active { color: #2C3727; }
.rss a:link, .rss a:visited { color: #FEFCFD; }
.rss a:hover, .rss a:active { color: #2C3727; }