/*
 *
 */

.heading  {
    font-family:       Courier;
    font-style:        normal;
    font-size:         30pt;
    font-weight:       bold;
}      

th.heading {
    font-family:       Courier;
    font-style:        bold;
    font-size:         16pt;
}      

td, p {
    font-family:       Courier;
    font-style:        normal;
    font-size:         14pt;
}      


a:link {
    color:             black;
}

  /* visited link */
a:visited {
    color:             black;
}

    /* mouse over link */
a:hover {
    color:             black;
}

      /* selected link */
a:active {
    color:             black;
}
