
body
{
  font-size: small;
  font-family: "verdana, arial";
  background: #000;
  background-image: url(main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  color: #FFF;
}

body.left { background-image: none }

body.botleft
{
  font-size: xx-small;
  text-align: center;
  background-image: none;
  background-image: url(botleft.png);
}

table
{
  font-size: small;
  font-family: "verdana, arial";
}

a { text-decoration: none }

a:link    { color: #CFC; }
a:visited { color: #FCF; }
a:active  { color: #FFF; }
a:hover   { color: #FFF; background-color: #262 }

li       { font-size:  x-small }
li.small { font-size: xx-small }

ul { margin-top: 0.5em; margin-bottom: 0.5em }

p.bfr { font-size: xx-small }
p.date { font-size: xx-small; color=#FFF }
p.counter { margin-top: 0.3em; font-size: xx-small; color=#000 }
