/*
 *     AUTHOR: Trevor Woerner
 * START DATE: 17 November 2000 - 10:49:09 PM
 *   MODIFIED: 03 January 2001 - 08:11:34 PM
 *   FILENAME: main.css
 *    PURPOSE: stylesheet for main index "blue"
 *
 * $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: verdana,arial,helvetica;
    background: #EEEEFF;
}

A:link { color: #0000FF }
A:visited { color: #000000 }
A:active { color: #0000F0 }

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

.tblabel {
    background-color: #000080;
    font-weight: bold;
    font-size: larger;
    text-align: left;
    color: #ECECFF;
    letter-spacing: 0.3em;
}

.tblinks {
    background-color: #DDDDFF;
}
