ul {
  font-size: .8em;
  line-height: 1.5;
}

blockquote {
  font-size: .8em;
  margin-left: 20px;
  margin-right: 20px;
}

div.thinborder {
  border: 1px solid black;
} 

a:link {
  font-family: helvetica,sans-serif;
  font-size: 1em;
  color: #0000aa;
  text-decoration: none;
}

a:visited {
  font-family: helvetica,sans-serif;
  font-size: 1em;
  color: #0000aa;
  text-decoration: none;
}

a:hover {
  font-family: helvetica,sans-serif;
  font-size: 1em;
  color: #0000aa;
  text-decoration: underline;
}


h3.section {
  font-family: comic,sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 0;
  letter-spacing: 2px;
  color: #770000;
}

p {
  font-family: helvetica, sans-serif, arial;
  font-size: .8em;
  line-height: 1.5;
  font-weight: normal;
}

body {
  font-family: helvetica, sans-serif, arial;
#  background-color: #dfefdf;
  color: black;
}

strong,b {
  font-weight: 600;
  letter-spacing: 1px;
}

em {
  letter-spacing: 1px;
}
