body {
  font-family: Arial, Times, serif;
  font-size: 12px;
  color: blue;
  background-color: white }
a:hover { text-decoration: underline }
a {
  color: blue;
  text-decoration: none }
h1 {
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none }
p {
  color: white;
  font-size: 10px;
  text-decoration: none }
