body{margin:0;padding:0}
#body{width:1000px; margin:auto}


a {text-decoration:none;}  /* no underline on links */
a:link {color:#663300;}    /* unvisited link */
a:visited {color:#663300;} /* visited link */
a:hover {color:#663333;}   /* mouse over link */
a:active {color:#663333;}  /* selected link */

html {overflow-y:scroll;}  /* add scrollbar to fix page shift when little content */