body {
  background: #ffffcc;
  color: #003300;
  margin-left: 200px;
}
a {
  color: #000033;
}
a:visited {
  color: #333399;
}


h1 {
	font-size: x-large;
	font-family: sans-serif;
}

h2 {
	font-size: large;
	font-family: sans-serif;
}

#header {
	text-align: right;
	font-family: sans-serif;
}

#leftNav {
  position: fixed;
  top: 12px;
  left: 12px;
  width: 160px;
  font-size: 16px;
  font-family: sans-serif;
}
#leftNav a,
#leftNav a:visited {
  display: block;
  padding: 4px 8px;
  text-decoration: none;
  border-top: solid 1px black;
}
#leftNav a:hover {
  background-color: #ffff99;
}
a#selectedNav,
a#selectedNav:hover {
  color: #ffffcc;
  background-color: #333399;
}

#footer {
	position : fixed;
	bottom : 3px;
	font-size: 10px;
	font-family: sans-serif;
}
