BODY {
  background-color : #A7A778;
  color : #444426;
  font-family : Times, serif;
}

A:link  {
  text-decoration : none;
  font-weight: bold;
  color: #EBEBC7; 
}

A:visited  {
  text-decoration : none;
  font-weight: bold;
  color: #D2D2B9;
}

A:hover {
  text-decoration : underline;
  font-weight: bold;
  color: #EBEBC7;
}

H1 {
  font-family: Times, serif;
  color : #37371E;
  border : thin;
}

.note {
  font-family: sans-serif;
  font-size: 10pt;
}

.footnote {
  font-family: Times, serif;
  font-size: 8pt;
}


.jensys {
  color : #37371E;
  font-family: sans-serif;
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;
}

