body {
  font-family: Arial;
  font-size: 14px;
  color: #ffffff;
  background-color: #282f92;
}

td {
  font-family: Arial;
  font-size: 14px;
  color: #ffffff;
  background-color: #282f92;

}

h1 {
  font-family: Arial;
  font-size: 32px;
  text-align: center;
  color: #ffffff;
  padding-top: 10px;
  margin-bottom: 5px;
}


a {
  font-family: Arial;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
; text-decoration: underline;
}

img {
border: 0px;
}