
body {
  font-family: verdana, sans-serif;
  font-size: small;
  font-weight;
  max-width: 1000px; 
  max-height: 800px;  
  overflow-x:hidden;
}
.Header {
  text-align: center;
  background-color: rgb(210,210,210);
  color: white;
}
.Header h1 {
  padding: 1px;
  margin-top: 0px;
  margin-bottom: 1px;
  font-size: 10px;
  font-family: Impact, sans-serif;
  font-weight: normal;
  color: red;
}
.LeftPanel {
  position: absolute;
  top: 140px;
  left: 10px;
  width: 150px;
  background-color:#eee;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding-bottom: 8px;
  font-size: 12px;
  overflow: auto;
  max-height: 600px;  
}

.LeftPanel h3
{
  background-color: black;
  color: white;
  font-size: 10;
  padding: 6px;
  margin-bottom: 3px;
}
.LeftPanel a
{
  margin: 6px;
}
.LeftPanel p
{
  margin: 6px;
}
.LeftPanel ol, ul {margin-left: 10px; padding-left:8px;}

.CenterPanel {
  position: absolute;
  top: 55px;
  margin-left: 161px;
  //width: 1050px;
  min-width: 820px;
  height: 600px;
  text-align: normal;
  resize: both;
  overflow: auto;
  
 
}

