body {
  font-family: Verdana,Arial;
  font-size: 12pt;
  text-align: center;
  color: white;
  background-color: #202020;
}

h1 {
  font-size: 14pt;
  font-weight: bold;
}

h2 {
  font-size: 12pt;
  font-weight: bold;
}

table#container {
  text-align: left;
  background-color: black;
  border: solid #777 1px;
  width: 90%;
}

table#container td {
  padding: 15px;
}

td#header {
  font-size: 10pt;
  text-align: left;
  border-bottom: solid #777 1px;
}

td#navbar {
  vertical-align: top;
  width: 200px;
  line-height: 0.9;
  font-size: 16pt;
  border-right: solid #777 1px;
}

td#content {
  font-size: 12pt;
  text-align: left;
  vertical-align: top;
}

td#footer {
  font-size: 10pt;
  text-align: center;
  border-top: solid #777 1px;
}

a {
  text-decoration: underline;
}
a:link {
  color: yellow;
}
a:visited {
  color: yellow;
}
a:active {
  color: yellow;
}
a:hover {
  color: red;
}

a.navbar {
  margin-left: 10px;
  text-decoration: none;
}
a.navbar:link {
  color: white;
}
a.navbar:visited {
  color: white;
}
a.navbar:active {
  color: white;
}
a.navbar:hover {
  color: red;
}

