.content {
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

.header {
  BACKGROUND-COLOR: #ffffcb;
}

.menubar {
  BACKGROUND-COLOR: #5e6f5f;
  COLOR: #818273;
  text-align: center;
}
.menubar A:link {
  text-decoration: none;
  FONT: Arial, 'MS Sans Serif';
  FONT-SIZE: 20px;
  COLOR: #ffffcb;
}

.menubar A:visited {
  text-decoration: none;
  FONT: Arial, 'MS Sans Serif';
  FONT-SIZE: 20px;
  COLOR: #ffffcb;
}

.menubar A:active {
  FONT: Arial, 'MS Sans Serif';
  FONT-SIZE: 20px;
  text-decoration: none;
  text-align: center;
  COLOR: #ac535b;
}

.menubar A:hover {
  FONT: Arial, 'MS Sans Serif';
  FONT-SIZE: 20px;
  text-decoration: none;
  COLOR: #990033;
}

.body {
  BACKGROUND-COLOR: #000000;
  PADDING-TOP: 10px;
  PADDING-BOTTOM: 10px;
  PADDING-LEFT: 10px;
  PADDING-RIGHT: 10px;
  COLOR: #ffffcb;
  TEXT-align: justify;

}

.footer {
  BACKGROUND-COLOR: #5e6f5f;
  COLOR: #ffffcb;
  font-family:Arial,sans-serif;
  FONT-SIZE: 10;
  TEXT-ALIGN: right;
}

.section {
  color: #990033;
  font-family:"Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic;
  font-size: 36px;
}

.tableheading {
  color: #990033;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic;
  font-size: 36px;	  
}
