/*  8pt = 10px */
/* 10pt = 13px */
/* 14pt = 19px */
/* 20pt = 27px */

A:link
  { color: #980000;
    text-decoration: none;
  }

A:active
  { color: #980000;
    text-decoration: none;
  }

A:visited
  { color: #980000;
    text-decoration: none;
  }

A:hover
  { color: #980000;
    text-decoration: underline;
  }

A.link2
  { color: #C8CCC8;
    text-decoration: none;
  }

A.link2:active
  { color: #C8CCC8;
    text-decoration: none;
  }

A.link2:visited
  { color: #C8CCC8;
    text-decoration: none;
  }

A.link2:hover
  { color: #C8CCC8;
    text-decoration: underline;
  }

body
  { text: black;
    background-color: #505050;
  }

.lgprint
  { font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #980000;
    font-weight: bold;
  }

.normprint
  { font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: black;
  }

.normprint2
  { font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: white;
  }

.normprint3
  { font-family: Verdana, Geneva, Arial;
    font-size: 13px;
    font-weight: bold;
    color: #980000;
  }
  
.smprint
  { font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
  }

.smprint2
  { font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: white;
  }