* {
  text-align:left;
  color:black;
  
  line-height:1.6em;
  font-family:trebuchet ms,verdana,arial,sans-serif;
  font-size:14px;
  font-weight:normal;

  border:0px solid #2F373F;
  margin:0px;
  padding:0px;  
}

/*
offwhite : F0F0DF
liteblue : 8FA1B3
mediblue : 7A8A99
darkblue : 2F373F
orange   : FFCC66
*/

body {  
  min-width:760px;
  background-color:#F0F0DF;
}

table {
  margin:0px;
  padding:0px;
  border:0px solid red;
}

a {
  color:#2F373F;
  font-weight:bold;
  text-decoration:underline;
}
a:hover {
  text-decoration:underline;
}

pre {
  margin-left:16px;
}

.indent {
  margin-left:16px;
  display:block;
}

h1 {
  display:block;
  font-size:24px;
  margin-bottom:16px;
  margin-top:16px;
  font-weight:bold;
  border:0px solid red;  
}

h2 {
  display:block;
  margin-bottom:16px;
  font-size:18px;
  font-weight:bold;
  font-style:italic;
}

li {
  margin-left:16px;
}

hr {
  height:1px;
}

.content {
  width:720px;
  border:0px solid blue;
  margin-left:16px;
  position:relative;
}

.menu {
  background-color:#2F373F;
  color:#8FA1B3;
  border-bottom:4px solid #7A8A99;
  padding:16px;
}

.floatmenu {
  float:right;
  color:#8FA1B3;
  padding:16px;
}

p {
  width:460px;
  text-align:justify;
  margin-bottom:16px;
}

.menu a, .floatmenu a {
  color:white;
}