body {
  font-family: 'Times New Roman', Times, serif;
  font-size: 12pt;
  color: black;
  background-color: white;
}

a:link {
  color: #0000ee;
}

a:visited {
  color: #551a8b;
}

a:active {
  color: red;
}

h1 {
  text-align: center;
  font-style: normal;
  font-size: 20pt;
  font-variant: small-caps;
  font-weight: normal;
}

ol {
  line-height: 1.5em;
}

ul {
  list-style-type: circle;
  line-height: 1.5em;
}

hr {
  color: black;
  background-color: black;
  height: 1px;
  border: 0;
}

#contents {
  border: 2px solid black;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  width: 500px;
  position: relative;
}

#maillink {
  text-align: center;
}
#address {
  text-align: center;
}

#uri {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #EEEEEE;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 26pt;
  line-height: 0.8em;
}

