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

body {

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

