body {
  font: 9pt "Arial";
  background-color: white;
  margin-top: 0;
  margin-left: 0;
}
.pagetitle {
  color: blue;
  text-align: left;
  vertical-align: middle;
  font: 24pt Tahoma bold;
}

a, a:active, a:hover, a:link, a:visited {
  text-decoration: none;
  color: blue;
}

.commandbar a,.commandbar a:active,.commandbar a:hover,.commandbar a:link,.commandbar a:visited {
  width: 100%;
  color: white;  display: block;  font-size: large;
}
.commandbar {
  background-color: blue;
  font-weight: bold;  color: white;
  text-decoration: none;

}
.footer {
  font-size: 8pt;
  font-style: italic;
}
