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;
}

FONT#M
{
   color: magenta;
}

FONT#CB
{
   color: cyan;
   background: rgb(0,0,0);
}

FONT#YB
{
   color: yellow;
   background: rgb(0,0,0);
}

BODY
{
   color: rgb(0,0,0);
   background: white;
/* The following is commented out because Netscape is too stupid to
   understand it. Why, why, why?! I'm tempted to just leave it in,
   anyway, since it looks great under IE, but I won't.  I'll be nice
   to those who don't like IE (since I'm one of them!). */
/* Now that Netscape 6 is out, and it does do this properly, I'm putting
   it back in.  It looks good, IMO. */
   background-image: url(http://www.bbsclient.net/tabbs/images/back3.gif);
   background-repeat: repeat-y;
   background-attachment: fixed;
   background-position: right top;
}

BLOCKQUOTE
{
   color: magenta;
}

OL
{
   list-style: decimal;
}

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

DD
{
   color: green;
}

H4#blue
{
   color: blue;
}


