body {
  margin: 0px;
  background-color: #a40000;
  color: #a40000;
  font-family: verdana, sans-serif;
  font-size: 10pt;
}

p {
  padding-left: 5px;
  padding-right: 5px;
  text-align: justify;
}

h1 {
  font-family: verdana, sans-serif;
  font-size: 18pt;
  text-align: center;
}

a:link,a:active,a:visited {
  color: #a40000;
  text-decoration: none;
  border-bottom: 1px dashed #a40000;
}

a:hover {
  color: #a40000;
  text-decoration: none;
  border-bottom: 1px solid #a40000;
}