/* @import url(common.css); */
H1
{
   text-align: center;
   /*font-size: 2em*/
   font-size: 200%;
}

A:link
{
   color: blue;
}

A:visited
{
   color: purple;
}

A:active
{
   color: red;
}

STRONG
{
   text-transform: uppercase
}

UL
{
   list-style: disc
}

P
{
   text-indent: 1em
}
/* End of stuff from common.css */

BODY
{
   color: black;
   background: url("http://www.bbsclient.net/tabbs/images/background.gif") white repeat-y fixed
}

OL
{
   list-style: decimal
}

DT
{
   font-size: 120%;
   color: blue;
}

DD
{
   color: green;
}

BLOCKQUOTE
{
   color: magenta;
}


