a{
  color: white;
  text-decoration: none;
}
 
div > table, th, td {
   border: 1px solid none;
}
       
div{
    width: 1024px;
    height: 350px;
    border: 1px solid black;
    background-color: white;
    float:inherit;
}
 
h1{
   float:center;
}
 
.center { text-align: center; list-style-position:inside;}