/* rivertownboard.com — the stylesheet (all 20 lines of it).
   most styling is font tags in the html, this just papers over a few things.
   added 2009 when we stopped supporting netscape 4. */
body { margin: 0; }
a { color: #0000CC; }
a:visited { color: #551A8B; }
a:hover { color: #FF0000; }
input, select, textarea { font-family: Verdana, Arial, sans-serif; font-size: 11px; }
hr { color: #999999; }
