BODY {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
}
H1 {
	font-size:100%;
}
H2 {
	font-size:90%;
}
P, LI, H3 {
	font-size:80%;
}
TD {
  vertical-align: top;
}
TD.header {
  background-color: navy;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
}
TD.header A {
  color: white;
  text-decoration: none;
}
TD.header A:hover {
  text-decoration: underline;
}
TD.navigation {
  padding-left: 20px;
  background-color: #ADD8E6;
}
TD.navigation A {
  color: navy;
  font-weight: bold;
  text-decoration: none;
}
TD.navigation A:hover {
  text-decoration: underline;
}
TD.content {
 padding: 10px 10px 0px 10px;
}
TD.content A:link {
  color: blue;
  text-decoration: underline;
}
TD.content A:hover {
  text-decoration: none;
}
TD.content A:visited {
  color: purple;
}