body.intro
{ 
background-image: url(intro_background.png); 
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 135px -65px;
margin: 0;
padding: 0;
border: none; 
}
      a.link{text-decoration: none; color:red;}
      a.link:visited { color: red; text-decoration: none; }
      a.link:hover   { color: orange; text-decoration: underline; } 