body {
background-color : #ffffff;
background-image : url(bg.jpg);
background-attachment : fixed;
background-repeat : no-repeat;
}

a:link {
color : #999999;
text-decoration : none;
}

a:visited {
color : #999999;
text-decoration : none;
}

a:hover {
color : #000000;
text-decoration : underline overline;
background-color : #cccccc;
}

a:active {
color : #ffffff;
background-color : #cccccc;
}
