/* #002200,#98C68E,WhiteSmoke,GoldenRod,Yellow */
/* 10 Catchers */
body { background-color: #002200; color: black; margin: 1px; }
#odd { background-color: #98C68E; }
#nav { font-size: 140%; font-weight: bold; color: WhiteSmoke; }
#blurb { color: GoldenRod; }
#odd.hilite:hover,#even.hilite:hover { background-color: Yellow; }
#even { background-color: WhiteSmoke; }
a:link { text-decoration: none; color: GoldenRod; }
a:visited { text-decoration: none; color: GoldenRod; }
a:hover { text-decoration: underline; }
.center { text-align: center; vertical-align: middle; }
h1,h2,h3,h4,h5,h6 { color: WhiteSmoke; margin: 1px; }
h4 { text-decoration: underline; }
#welcometext { color: #98C68E; }
#bg { background-color: #002200; }