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

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

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

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

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

dt {
font-weight : 700;
}

.variable {
font-style : italic;
}