/*
 *     AUTHOR: Trevor Woerner
 * START DATE: 18 November 2000 - 01:56:48 AM
 *   MODIFIED: 03 January 2001 - 08:11:46 PM
 *   FILENAME: docs.css
 *    PURPOSE: stylesheet for docs
 *
 * $Revision: 1.2 $
 * Copyright (C) 2000, Trevor Woerner
 *
 * This is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2, or (at your option)
 * any later version.
 *
 * This code is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * To receive a copy of the GNU General Public License write to
 * the Free Software Foundation, 59 Temple Place - Suite 330,
 * Boston, MA 02111-1307, USA.
 */

BODY {
    font-family: helvetica,arial,sans-serif;
    background: #EEEEEE;
}

A:link { color: #808080 }
A:visited { color: #000000 }
A:active { color: #F0F0F0 }

DL { margin-left: 0.25in }
DT { font-weight: bold; font-style: italic; }
H1 { text-align: center }

.tbl {
    background-color: #DDDDDD;
    text-align: left;
}

.tblabel {
    background-color: #808080;
/*    width: 20%;*/
    font-weight: bold;
    font-size: larger;
    color: #ECECEC;
    vertical-align: top;
    text-align: center;
}
