body {
background-image:  url('/images/hunmotif.jpg');
background-color: pink;
left-margin: 5;
background-attachment:fixed;
scrollbar-face-color: red;  
scrollbar-3dlight-color: white; 
scrollbar-arrow-color: white;
scrollbar-track-color: green;
}

a:link {
color: red;
text-decoration: none;
}

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

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