body {
  font-family: arial;
  font-size: 12px;
  margin: 0;
  padding: 0
}
td {
  font-family: arial;
  font-size: 12px;
  vertical-align: top;
}

td#nav {
  background-color: #336699;
  color: #ffffff;
  width: 175px;
}
td#nav a, td#nav a:visited {
  color: #ffffff;
  display: block;
  font-weight: bold;
  text-decoration: none;
}
td#nav a:hover {
  color: #ffff99;
  text-decoration: underline;
}

h1 {
  font-size: 20px;
  text-align: left;
}
h2 {
  font-size: 16px;
}

a, a:visited: {
  color: #0000ff;
}
a:hover {
  text-decoration: none;
}