 
body 
  {
  text-align: center;
  }

.body-text
  {
  text-align: left;
  max-width: 780px;
  width:expression(document.body.clientWidth > 780? "780px": "auto" );
  }

a:link
  {
  color:#0000aa;
  font-weight: bold;
  text-decoration: none;
  }

a:visited
  {
  color:#0000aa;
  font-weight: bold;
  text-decoration: none;
  }

a:hover
  {
  color:#0000aa;
  font-weight: bold;
  text-decoration: underline;
  }

.customer
  {
vertical-align: middle;
/*
  vertical-align: text-top;
*/
  }