
body
{
  font-size: 17px;
  font-family: georgia, verdana;
  background: #000;
  background-image: url(main.jpg);
  background-repeat: no-repeat;
  background-position:top center;
  color: #FFF;
}

body.pmio
{
  font-size: 17px;
  font-family: georgia, verdana;
  background-image: url(main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  color: #FFF;
}

body.topleft
{
  background-image: url(topleft.jpg);
  background-repeat: no-repeat;
  background-position:top center;
}

body.left
{
  font-size: 10px;
  font-family: georgia, verdana;
  line-height: 10px;
  text-align: center;
  background-image: none
}

body.botleft
{
  font-size: 12px;
  font-family: georgia, verdana;
  text-align: center;
  background-image: url(botleft.png);
  background-repeat: no-repeat;
  background-position:top left;
}

table
{
  font-size: 17px;
  font-family: georgia, verdana;
}

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: 17px;
  font-family: georgia, verdana;
}

li.small
{
  font-size: 12px;
  font-family: georgia, verdana;
}

ul { margin-top: 0.5em; margin-bottom: 0.5em }

p.bfr { font-size: 12px; }
p.date { font-size: 12px; color=#FFF }
p.counter { margin-top: 0.3em; font-size: 12px; color=#000 }

