/******************************************************************************
* FILE:        mudlist.css
* DESCRIPTION: Stylesheet for mudlist webpage created by mudlist_client.pl
*              Users can edit this to suit their own tastes. Note that I found
*              that Opera 5.2 does not like _ in the class names.
* VERSION:     V0.3 (2004-04-24)
*
* Modification history:
*
# Date         Version  Author                  Comments
# 2001-08-04   0.1      A. Nathan.              Created original version.
# 2002-01-28   0.2      A. Nathan.              Updated for the new versions
#                                               of client and server scripts.
* 2004-04-24   0.3      A. Nathan               Made tags lower case for XHTML.
******************************************************************************/
body            { font-family: Arial, Geneva, Helvetica, sans-serif;
                  background-color: #FFFFFF;
                  color: #000000; }
h1.title        { font-size: 24pt; }
p               { font-family: Arial, Geneva, Helvetica, sans-serif; }
p.lastupdate    { font-family: Arial, Geneva, Helvetica, sans-serif; font-size: 75%; font-style: italic; }
p.serveradmin   { font-family: Arial, Geneva, Helvetica, sans-serif; }
td              { font-family: Arial, Geneva, Helvetica, sans-serif; font-size: 10pt; }
th              { font-family: Arial, Geneva, Helvetica, sans-serif; font-size: 10pt; }
tr.tableheading { background-color: #DDDDFF; }
tr.colour1      { background-color: #FFDDFF; }
tr.colour2      { background-color: #DDDDFF; }
