html {
  /* background-color: #DDD; */
  background-color: #ffffff;
  font-family: Verdana;
  font-size: 12px;
}

a:link {
  color: #005;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #005;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #1C7DAC;
  font-weight: bold;
  text-decoration: none;
}

a:active {
  color: #005;
  font-weight: bold;
  text-decoration: none;
}

div.content {
  width: 100%;
  margin-top: 30px;
}

div.logo {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

div.footer {
  height: 25px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8em;
}

table.footer {
  width: 100%;
  text-align: center;
}
