﻿body {
  margin: 5px;
  background-color: #efefefff;
  background-attachment:fixed;
  font-family: sans-serif;
}
h1 {
  margin: 0px;
  font-size: large;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
p {
  font-size: medium;
  color: #808080;
  text-align: center;
}
a:link {
  font-weight: bold;
  text-decoration-style: solid;
  color: #c02f00;
}
a:visited {
  text-decoration-style: solid;
  color: #7e005b;
}
a:hover {
  text-decoration-style: solid;
  color: #b6a40b;
}
a:active {
  text-decoration-style: solid;
  color: #b6a40b;
}