body {
background-color : #ffffff;
background-attachment : fixed;
background-repeat : no-repeat;
}

h1 {
background-position : top left;
background-repeat : no-repeat;
padding-top : 0px;
}

a {
color : #996633;
text-decoration : none;
}

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

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

a:hover {
color : #663300;
text-decoration : underline overline;
}

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