BODY {
  color: black;
  background: white;
  background-image: url(bgparson.gif);  
  background-attachment: fixed;
  background-repeat: repeat-y;
  margin-left: 30px;
  margin-right: 10px;
/*  text-align: center;  */
  font-family: garamond, times new roman, serif;
}

PRE {
  font-family: courier new, courier, fixed;
}

P.nav { 
  text-align: center;  
  color: navy;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14pt;
  font-style: bold;
}

P.navigate { 
  text-align: center;  
  color: navy;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 16pt;
  font-style: bold;
}

A:link { color: blue }

A:visited, A:active { color: navy }

A:hover { color: green }

A.nav:link, a.nav:visited { background-color: #FD9 } 
A.nav:active, a.nav:hover { background-color: #FC7 } 

A.NAVIGATE:link, A.NAVIGATE:visited, A.NAVIGATE:active { 
  color: blue; 
  font-family: monospace; 
  font-size: larger;
  font-style: bold;
/*  background-color: #FFE; */
  background-color: #EEE; 
  text-decoration: none;
}

/* TD, TH { font-family: verdana, helvetica, sans-serif } */ /* ns workaround */

H1 { 
/*  margin-top: 0px; */
/*  margin-bottom: 0px; */
  color: navy;
  font-family: garamond, times new roman, serif;
  text-align: center;
}

H2 { 
  color: navy;
  font-family: garamond, times new roman, serif;
}

SPAN.enter { 
  color: #060;
  font-family: verdana, helvetica, sans-serif;
/*  font-size: larger;  */
  font-style: bold;
  text-decoration: underline;
}

H4 { 
  text-align: center;  
  color: navy;
  font-family: verdana, arial, helvetica, sans-serif;
/*  font-size: 14pt; */
  font-style: bold;
}

SPAN.tainments { 
  color: #006;
  font-family: garamond, times new roman, serif;
/*  font-size: smaller;  */
  font-style: italic;
}

SPAN.signature { 
  color: #006;
/*  font-family: verdana, helvetica, sans-serif; */
/*  font-size: smaller;  */
  font-style: italic;
}

ADDRESS { 
  font-style: italic;
  font-family: garamond, times new roman, serif;
  text-align: right;
  margin-top: 12px;
  margin-bottom: 12px;
}

TT { 
  font-family: verdana, courier, monospace;
  border: solid;
  border-width: medium;
  border-color: #888;
  background-color: #DDD;
}

#s1 { 
  color: #060;
  font-family: verdana, helvetica, sans-serif;
/*  font-size: larger;  */
  font-style: bold;
  text-decoration: underline;
}

#s2 { 
  color: #006;
  font-family: garamond, times new roman, serif;
/*  font-size: smaller;  */
  font-style: italic;
}


