body {
  font-family: Arial, Helvetica;
  font-size: 10pt;
  color: white;
  background-color="FF0000";
  vertical-align:middle;
  text-shadow:black 10px 2px;
}

h1{
  font-size:23pt;
  font-weight:bold;
  font-stretch:wider;
  text-shadow:black;
  text-align:center;
}

a{
  text-decoration: none;
  color="FF0000";
}

