html, body, th, td {
  color:#660033;
  /* background-color:#FFCC99; */
  background-color:#FFCC66;
  /* font-family: Arial,'Times New Roman'; */
}
h1 { text-decoration:underline;
  font-size: x-large;
  /*     font-family: 'Monotype Corsiva', 'Technic'; */
  /* letter-spacing: 0.5pt; */
}
h2 { 
  border-left-style: solid;
  border-left-width: 5px;
  border-color: #660033;
  text-indent: 0.5em;
  padding: 3px;
}

h3 { 
  border-left-style: double;
  border-left-width: 4px;
  border-color: #660033;
  text-indent: 0.5em;
  padding: 2px;
}


a:link  { color:#990000 }
a:visited { color:#cc0000 }
a:active { color:#660000 }
a:hover[href] { background-color:#FF9999} 
p { text-indent: 1em }

hr {
  border-top: 1px #660033 solid;
}

span.smaller {
  font-size: smaller;
}

span.nobr{
  white-space: nowrap;
}

hr.signature {
  width: 200px;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
