body {
  font: 13px Verdana, Arial, Helvetica;
  padding: 10px;
  background-color: white;
  text-decoration: none;
}
a:link, a:visited, a:active {
  color: teal;
}
a:hover {
  color: lightsteelblue;
}
#hi {
  color: white;
  background-color: navy;
}
td {
  font-size: 13px;
  font-family: Verdana, Trebuchet MS, Arial, Tahoma;
  line-height: 150%;
}
p {
  margin: 0px;
}
p#txt {
  font-size: 13px;
  font-weight: bold;
  font-family: Verdana,Arial,Helvetica;
  color: #336666;
  margin-top: 20px;
}
p#hlp {
  margin-bottom: 10px;
}
p#dlg {
  background-color: powderblue;
  padding:3px;
  margin-top:10px;
  margin-bottom: 10px;
}
li {
  margin-left: -25px;
  margin-bottom: -5px;
  font-weight: bold;
  font-style: italic;
}
#cit {
  font-size: 11px;
}
h3 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
}
h4 {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
}
h5 {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
}
blockquote {
  margin-top: 0;
  margin-bottom: 0;
}
#button {
  font-family: Courier New, Courier;
  background-color: silver;
}