BODY, html { 
background: url() #000000 fixed repeat ; 
margin: 0 ; 
scrollbar-face-color: #8f97a8; 
scrollbar-shadow-color: #000000; 
scrollbar-track-color: #efefef; 
scrollbar-arrow-color: #ff0000; 
} 


A {
display: block ;
width: 100px ;
height: 35px ;
text-align: center ;
text-decoration: none ;
font-family: serif ;
font-size: 12pt ;
border: 0px ;
background-image: url(image/off.gif) ;
color: gold ;
padding: 0 ;
}

A:hover {
display: block ;
width: 100px;
height: 35px ;
text-align: center ;
text-decoration: none;
font-family: serif ;
font-size: 12pt ;
border: 0px ;
background-image: url(image/on.gif) ;
color: red ;
padding: 0px ;
}

h1 {
font-size: 14pt ;
color: #cacaca ;

}

.credit {
font-size: 9pt ;
color: #efefef ;
}

A.credit {
white-space: no-wrap ;
font-size: 9pt ;
color: #efefef ;
text-decoration: none ;

}

A:hover.credit {
white-space: no-wrap ;
font-size: 9pt ;
display: normal ;
color: #efef00 ;
text-decoration: underline ;
background-image: url() ;
}