BODY { 
  margin: 2em;
  font-family: rockwell, serif;
  line-height: 1.1;
  background-color: black;
  color: white; 

  background-image:url("backg.gif");
  background-attachment: fixed 
}



H1, H2, H3, H4, H5, H6 {color: yellow; font-variant: small-caps}

P {color:white}





UL, DIR { list-style: disc }
ul.sword {list-style-image: url(swordbullet.png) ; font-size: large }
ol.pix {list-style: upper-roman inside; text-align: center; font-size: x-large}
ol.prices {list-style: upper-roman inside; text-align: left; font-size: large}
ol  {list-style: upper-roman}
li.pix {padding: 15px}

TD.PRICE { font-size: xx-large }

A:link {color: red;}
A:visited {color: lime;}
A:hover {color: yellow;}
A:active {color: white;}
/* setting the anchor border around IMG elements
   requires contextual selectors */

A:link IMG { border: 2px solid red }
A:visited IMG { border: 2px solid green }
A:active IMG { border: 2px solid white }
A:hover IMG { border: 2px solid yellow }

#navtop {text-align: center;
margin: 0;
}

#navtop ul
{
line-height: 200%;
margin: 0;
padding: 0;
}

#navtop li
{
display: inline;
margin: 0;
list-style: none;
}

#navtop a
{
padding: 1px 4px 1px 24px;
border: 1px solid #333;
background-color: #999;
background-image: url(l1_down.gif);
text-decoration: none;
color: white;
}

#navtop a:link, #navtop a:visited
{
color: #EEE;
text-decoration: none;
}

#navtop a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(l1_over.gif);
text-decoration: underline; 
color: #333;
}


#navfoot {text-align: center;
margin: 0;
}

#navfoot ul
{
line-height: 200%;
margin: 0;
padding: 0;
}

#navfoot li
{
display: inline;
margin: 0;
list-style: none;
}

#navfoot a
{
padding: 1px 4px 1px 24px;
border: 1px solid #333;
background-color: #999;
background-image: url(l1_down.gif);
text-decoration: none;
color: white;
}

#navfoot a:link, #navtop a:visited
{
color: #EEE;
text-decoration: none;
}

#navfoot a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(l1_over.gif);
text-decoration: underline; 
color: #333;
}

