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 > 986 ? "986px" : "auto" ); /* sets max-width for IE */
     max-width: 986px; /* this sets the max-width value for all standards-compliant browsers */
  }

body {

margin-left: auto;
margin-right: auto;
}