/* CSS Document */

body { color: black; background-color: #fffdec; }
p { color: #000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; }
td { color: #000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; }
a:link { color: blue }
a:visited { color: purple }
a:hover { color: purple }
a:active { color: red }
.redboard { border: solid 2px #900; }
.nav { font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 26px; }
.nav a:link { color: #000; text-decoration: none; }
.nav a:visited { color: #000; text-decoration: none; }
.nav a:hover { color: #900; text-decoration: none; }
.nav a:active { color: #900; text-decoration: none; }
.footer { font-size: 10px; line-height: 15px; }
.footer a:link { color: #000; text-decoration: none; }
.footer a:visited { color: #000; text-decoration: none; }
.footer a:hover { color: #900; text-decoration: none; }
.footer a:active { color: #900; text-decoration: none; }

#pad15 { padding: 15px; }
.header { color: #900; font-size: 20px; }
.subhead { color: #000; font-size: 14px; border-bottom: 1px solid #900; }
