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

h1 {
padding-top : 0px;
}

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

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

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

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

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



