/*
 *<SOURCE_HEADER>
 *
 *<NAME>
 * $RCSfile$
 *</NAME>
 *
 *<RCS_KEYWORD>
 * $Source$
 * $Revision: 157 $
 * $Date: 2003-09-25 16:39:06 -0600 (Thu, 25 Sep 2003) $
 *</RCS_KEYWORD>
 *
 *<COPYRIGHT>
 * Copyright Steven J Yohanan.
 * The following source code is protected under all standard copyright laws.
 *</COPYRIGHT>
 *
 *</SOURCE_HEADER>
 */

body
{
  font-family: Verdana, Myriad Web, Syntax, sans-serif;
  color: #000000;
  background-color: #FFFFFF;
}

.hide
{
  display: none;
}

.header
{
  border-bottom: thin solid;
  font-size: small;
  padding-bottom: 0.25em;
  width: 100%;
}

.footer
{
  border-top: thin solid;
  font-size: small;
  padding-top: 0.25em;
  width: 100%;
}

@media screen
{
  a:link
  {
    text-decoration: underline;
    color: #0000FF;
    background-color: inherit;
  }

  a:visited
  {       
    text-decoration: underline;
    color: #0000FF;
    background-color: inherit;
  }       
                
  a:active
  {      
    text-decoration: underline;
    color: #FF0000;
    background-color: inherit;
  }       
                
  a:hover
  {       
    text-decoration: underline;
    color: #FF0000;
    background-color: inherit;
  }
} /* media - screen */
