<style type="text/css">
  .maintable {
  	width: 100%;
  	height: 100%;
  	
  }
  .headertable {
  	width: 100%;
  	height: 50px;
  	background-color: black;
  }
  
  .contenttable {
  	width: 100%;
  	heidht: 400px;
  }
  
  .menutable {
  	color: white;
  }
  
  .menutable a {
   	text-decoration: none;
   	color: white;
  }
  
  .menutable a:hover {
  	color: silver;
  	
  }

  .menuCell {
    	padding-left: 7px; 
  	padding-right:7px;
  }

  
</style>
