/* Most of my stuff is done in one place via SSI, so CSS is semi-moot.
 * I'll revisit this again in the future.  In the meantime, I just muck
 * with representation of <A> tags a big.
 */

a { text-decoration: none; }
a:link, a:visited { color: lightgreen; text-decoration: none; }
a:hover { color: green; }

body {
 font-family: Verdana, Arial, sans-serif; font-size: 10pt;
 color:#bbbbbb; background-color: #000000;
}
