

body {
  background-color: black;
  color: yellow; 
  margin-right: 0;
  font-family: "courier new";
  }

.border {
  /*border-width: thin;*/
  vertical-align: top }

img {
  border: 0 }

.noborder {
  border-width: 0;
  vertical-align: top }

a:link {
  color: ffff66 }

a:visited {
  color: ffff99 }

.head {
  color:999900;
  font-size: 16pt;
  text-align: center;
  font-family: "courier new";}

.sub {
  color:cccc00;
  font-size: 14pt;
  text-align: center;
  font-family: "courier new";}

td.title {height: 50px;
        font-size: 24pt;
        align: center;
        width: 900px;
        border: 0}

table {border: 0}

.nav {height: 350px;
      width: 150px;
      float: left;
      
      background-color: transparent;
      padding: 0px;
      }

.content {height: 350px;
      width: 800px;
      float: center;
      border-width: 3;
      background-color: transparent;
      padding: 0px;
      overflow: auto;}

.footer {height: 40px;
         width: 100%;
         float: left;
         background-color: transparent;
         border-width: 3;
         font-size: 8pt;
         text-align: center;
         border-color: yellow}