body { 
  margin-top: 0px; 
  margin-bottom: 0px; 
  margin-right: 0px; 
  margin-left: 0px; 
  background-color: #FFFFFF; 
  font-family: Georgia, "Times New Roman", Times, serif	} 

a:link { 
  text-decoration: none } 

a:visited { 
  text-decoration: none } 

a:hover { 
  color: #FFFFFF;
  text-decoration: underline } 

a:active { 
  text-decoration: none } 

#scroll {
 display: block;
 height: 50px;
 width: 255px;
 color: black; }

html>body #scroll a{ /*Non IE rule*/
  width: auto; }
