/*generated by candice burg*/ 

html, body{ 
 background-color: white;
 background-image: 
 url('background.jpg'); 
 background-position: center;
 background-repeat: no-repeat; 
 background-attachment: 
 }

a:link { 
color: white; 
text-decoration: none; 

}
a:visited { 
color: gray; 
text-decoration: none;

}
a:hover {
color: black; 
text-decoration: none;

} 

