/* yellow text on black ground with fairy background */

@import url(z5_c33.css);


html, body {
 background: url(portrait/nm/Queen_hearts_s.jpg) fixed;
 background-position: 0px 140px;
 background-repeat: repeat;
} 
#nav li a:visited {
 background-color: #ddd;
 background-position: 0px 140px;
 background-repeat: repeat;
}
#nav li a:hover {
 color: #000;
 background: url(portrait/nm/Queen_hearts_s.jpg) fixed;
 background-position: 0px 140px;
 background-repeat: repeat;
}

