body {
  font-family: verdana, sans-serif;
  font-size: medium%;
}
.Header {
  text-align: center;
  background-color: rgb(210,210,210);
  color: white;
}
.Header h1 {
  padding: 13px;
  margin-bottom: 10px;
  font-size: large;
}
.LeftPanel {
  position: absolute;
  top: 70px;
  left: 10px;
  width: 150px;
  height: 297px;
  background-color:#eee;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding-bottom: 8px;
  
  }
.RightPanel {
  position: absolute;
  top: 70px;
  right: 10px;
  width: 156px;
  height: 297px;
  background-color:#eee;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding-bottom: 8px;
  font-size: 74%;
  
}
.LeftPanel h1, .RightPanel h1
{
  background-color: black;
  color: white;
  font-size: medium;
  padding: 6 px;
  margin-bottom: 3px;
}
.LeftPanel a, .RightPanel a
{
  margin: 6px;
}
.LeftPanel p, .RightPanel p
{
  margin: 6px;
}

.CenterPanel {
  margin-left: 151px;
  margin-right: 151px;
  padding-left: 12px;
  padding-right: 12px;
}

.BottomPanel {
  position: absolute;
  left:290px;
  top:497px;
  width:157px;
  }

table {
width : 100%;
}

td {
font-size: medium;
padding: 15px;
vertical-align:top;
}
