<style>
body   { margin-top: .5in;
         font-family: arial;
         font-size:12pt;
         background-color: #FFFAF0; }
  A:link { color: #b22222;
        font-weight;medium;
        cursor:w-resize }
  A:visited { color: #000000 }
  A:hover { color: #808080 }
  A:active { color: #b22222 }
  

h1     {font-family: Comic Sans MS;
        font-weight: bold;
        font-size: 14pt;
        color: #black }

.name  {font-family: arial;
        font-weight: bold;
        font-size: 10pt }

.add_ht {line-height: 18px;
        font-weight: 550 }

@media print {body {color: black; background-color: white; }
@media print {.noprint {display: none; }
@media print {a:link, a:visited {text-decoration: none; color: black; }

</style>