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
}

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

OL
{
   list-style: upper-roman
}

OL OL
{
   list-style: upper-alpha
}

OL OL OL
{
   list-style: decimal
}

OL OL OL OL
{
   list-style: lower-alpha
}


