  html {
   text-align:left; 
   background:white;
   }

 body
{
   text-align:left; 
   background:white;
   background-image:url('images/roadheader.jpg');
   background-repeat:no-repeat;
   background-position:center top;
  
} 
 
  div { 
  float:left;
  width:49.5%;
  padding:10px 0 10px 0;
  
  }

  A:link, A:visited{
  color:gray;
  text-decoration:none;
  }
  A:hover, A:active{
  color:red;
  }
  h1 {
  color:black;
  font-size:24px;
  }
  
  h2 {
  color:black;
  font-size:18px;
  }

  h3, h4, h5 {
  color:black;
  }
  p {
  color:black;
  font-size:14px;
  font-family:times new roman;
  }
  table {
  color:black;
  background:white;
  padding:10px;
  margin:10px 0 10px 0;
  margin-right:auto;
  margin-left:auto;
  text-align:center;
  }
  th {
  font-size:110%;
  font-family:times new roman;
  }

 .pics 
{
float:left;
margin:5px;
}

 .picsr 
{
float:right;
margin:5px;
}