body {
background-image: url(back.jpg);
background-attachment: fixed; 
color:white;
}
a:link { color:red; } 
a:visited { color:yellow; } 
a:hover { color:blue; } 
a:active { color:black; } 

p { 
font-size: 100%; 
} 

a { 
text-decoration: none; 
} 

img { 
border:none; 
} 