h1 {
  font-family: Verdana, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6em;
  margin-top: 5px;
  color: #cc2222;
}

h2 {
  font-family: Verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4em;
  color: #cc2222;
  text-align: left;
}

h3 {
  font-family: Verdana, sans-serif;
  font-style: normal;
  font-style: italic;
  font-weight: normal;
  font-size: 1.2em;  
  text-align: left;
}

a {
  text-decoration: none;
}

a:hover {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

ul {
  list-style-position: inside;
  list-style-type: circle;
  padding-left: 0px;
  margin-left: 0px;
}

li {
  margin-bottom: 5px;
}

