.header {
  background-color: #29009C;
  font-family: helvetica, arial;
  color: white;
}

.headertitle {
  font-size: 38px;
  padding-left: 16px;
  text-align: left;
  vertical-align: center;
}

.bgtable td {
  background-color: gray;
  padding:0.5em;
}

body {
  font-family: helvetica, arial;
}

a:link { color:#29009c; text-decoration: underline; }
a:visited { color:#400060; text-decoration: underline; }
a:hover { color:#a00000; text-decoration: underline; }

