
.header {
  font-family: arial black, arial, sans-serif;
  font-size: 16px;
  color: #0000C0;
  text-align: center;
}

.body {
  font-family: verdana, arial, trebuchet ms, sans-serif;
  font-size: 12px;
  color: black;
}

A:link {
   color: blue;
   font-weight: bold;
}

A:active {
   text-decoration: underline;
}

A:visited {
   color: blue;
   font-style: italic;
   font-weight: bold;
}

A:hover {
   text-decoration: none;
   color: #C00000;
}

H1 {
  font-family: arial black, arial, sans-serif;
  font-size: 20px;
  color: #0000C0;
  text-align: center;
}

TD {
  font-family: verdana, arial, trebuchet ms, sans-serif;
  font-size: 11px;
  color: black;
}