html {
    width:100%;
    height:100%;
  }
     
  body {
    width:100%;
    height:100%;
    color: #fecc00;
    background-color:black;
    font-size:medium;
    margin:0;
    padding:0;
  }
    
  a:link {
    color:white;
  }
     
  a:visited {
    color:white;
  }
  
  a:hover {
    color:red;
  }
     
  table {
    width:100%;
    height:100%;
  }

  tr.header td {
    vertical-align: top;
    text-align: left;
    height: 25px;
  }
     
  tr.mid td {
    vertical-align: middle;
    text-align: center;
  }
     
  tr.footer td {
    font-size: small;
    vertical-align: bottom;
    vertical-align:middle;
    text-align:center;
    height: 25px;
  }
  