body {
  background: #dddddd;
}

a:link {
  color: #3030FF;
  text-decoration: none
}

a:visited {
  color: #305080;
  text-decoration: none
}

a.header:link{
  color: #ffffff;
  text-decoration: none
}

a.header:visited{
  color: #cccccc;
  text-decoration: none
}

h1 {
  color: #000000;
  font-size: x-big
  text-align: right;
  font-family: arial;
}

p.header {
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-family: arial;
  font-size: larger;
}

p.footer {
  color: #909090;
  text-align: right;
  font-family: arial;
  font-size: xx-small;
}

table.outline {
  background: #000000;
  border: 0;
  padding: 0;
  margin: 0;
}

td.header {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  background: #305080;
}

td.footer {
  color: #000000;
  text-align: center;
  background: #b0b0b0;
}

td.body {
  color: #000000;
  text-align: center;
  background: #d0d0d0;
}

font.subheader {
  color: #707070;
  font-size: x-small;
}
