 body{
  color:#FFFFFF;
  font-size:15px;
  text-align:center;
  font-family:Arial,sans-serif;
  background-color:#000000;
}
 a{
   color: #FFFFFF;
   text-decoration: none;
}
 a:hover{
   color: #FFFFFF;
   text-decoration: underline;
}
 table{
  text-align:center; 

}
 #banner{
  height:130px; width:1000px;
  background-color:#000000;
  color:#FFFFFF;
  font-size:35px;
  font-style:italic;
  margin: 0px auto;
}
 #menu{
  height:25px; width:1000px;
  margin: 0px auto;
  background-color:#000000;
  font-weight:bold;
  font-size:16px;
}
 #text{
  height:662px; width:1000px;
  margin: 0px auto;
  overflow: auto;
  background-color:#000000;
}
 a img {
 border-style: none;
}