body, td, th, div, p {
  font-family: New Century Schoolbook, serif;
}
body {
  padding: 0px;
  margin: 10px 0 0 0;
  background-color: #99CCFF;
  color: black;
  padding-left: 6px;
  height: 100%;
}

div.footer {
  clear: both;
  text-align: left;
  vertical-align: top;
  font-size: xx-small;
  color: #666;
}

div.nav {
  background-color: #9999CC;
  border: 1px solid black;
  text-align: center;
  float:  left;
  width: 20%;
}


div.content {
  float: right;
  width: 78%;
  padding: 0px;
  vertical-align: top;
}

div.content div, div.content h2 {
  padding-left: 12px;
}

div.content div {
  margin-top: 4px;
  margin-bottom: 4px;
}

a {
  color: #660066;
}
a:visited {
  color: #b00;
}
a:hover {
  color: green;
}

h1 {
  margin-top: 0px;
  font-weight: bold;
  border: 2px solid black;
  border-right: none;
  padding-left: 12px;
  padding-bottom: 12px;
  background-color: #9999CC;
}

ul#nav  {
  padding: 2px;
  margin: 2px;
  padding-bottom: 2px;
  list-style: none;
  text-align: left;
}
ul#nav li {
  border: 1px solid gray;
  margin: 2px;
  margin-top: 2px;
}
ul#nav li#header{
  border: 3px solid gray;
  margin: 2px;
}
ul#nav li a {
  display: block;
  background-color: #CCFFFF;
  white-space: nowrap;
  padding: 4px;
  text-decoration: none;
  font-weight: bold;
  border-left: 4px solid #66CCCC;
  border-right: 4px solid black;
}
ul#nav li a:hover  {
  background-color: white;
  text-decoration: italic;
}
ul#nav li#stickyfur a:hover {
  text-decoration: line-through;
}



