/*
######################################################################
# main.css
# Sccsid:  %Z%  %M%  %I%  Delta: %G%
######################################################################
# Copyright (c) 2001 Grant Grueninger, Commercial Systems Corp.
#
# Description:

  Contains style-sheet information common to pages on this site.
*/

      .hide { display: none } /* For comments to non-css browsers */

      body { color:            black;
             background-color: white;
             font-family:      arial, serif;
           }

      body A:link    { color: red; font-family: fantasy, arial, serif; }
      body A:visited { color: red; font-family: fantasy, arial, serif; }
      body A:active  { color: red; font-family: cursive, arial, serif; }

      td.heading { font-weight: bold; }

      h1, th { font-family: times, arial, serif; }
      h1     { color: rgb(8,123,173); }

      blockquote { text-align: center; }
