body {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  background: #FD0000;
  color: #000000;
  font-size: 14px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

a, b {
  color: #333333;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

i {
  font-size: 12px;
  font-style: italic;
  font-weight: lighter;
  text-decoration: none;
}

a:link, a:visited, a:active {
  color: Red;
  text-decoration: none;
}

a:hover {
  color: Black;
  background-color: Red;
}

h1 {
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 8px;
  color: Red;
  font-size: 26px;
  text-align: center;
  background-color: Yellow;
  border: solid Black;
}

h2 {
  width: auto;
  height: auto;
  margin: 10px;
  padding: 0px;
  color: Black;
  font-size: 16px;
  text-align: left;
}

#data {
  width: auto;
  height: auto;
  margin: 18px;
  padding: 8px;
  background: #E0E0E0;
  font-style: normal;
  font-weight: normal;
  font-family: monospace;
  border: solid Black;
}

#tail {
  width: auto;
  height: auto;
  margin: 20px;
  padding: 0px;
  color: Yellow;
  text-align: right;
}

#tail a:link, #tail a:visited, #tail a:active {
  color: Yellow;
  text-decoration: none;
}

#tail a:hover {
  color: Black;
  background-color: Red;
}
