  html, body {
   text-align:center; 
   background:black;
   }
  
  div { 
  float:left;
  width:33%;
  padding:10px 0 10px 0;
  
  }

   A:link, A:visited{
  color:gray;
  text-decoration:none;
  }
  A:hover, A:active{
  color:red;
  }
  h1 {
  color:white;
  font-size:18px;
  }
  
  h2, h3, h4, h5 {
  color:white;
  }
  p {
  color:white;
  font-size:12px;
  font-family:times new roman;
  }
  table {
  color:white;
  background:black;
  padding:10px;
  margin:10px 0 10px 0;
  margin-right:auto;
  margin-left:auto;
  text-align:center;
  }
  th {
  font-size:75%;
  font-family:times new roman;
  }

  