
a:link {color: rgb(255, 0, 0)} a:visited {color: rgb(255, 0, 0)} a:hover {color: 
  rgb(0, 0, 255)} 
  
  * {font-family:Verdana, Arial, Helvetica, sans-serif;
} 
  
  #Maxwidth {
     width: expression( document.body.clientWidth > 1024 ? "1025px" : "auto" ); /* sets max-width for IE */
     max-width: 1025px; /* this sets the max-width value for all standards-compliant browsers */
  }

body {
background-color: rgb(204,204,255);
margin: 0 0 0 0;
}

