body
{
 	 background-color: black;
}

body, td, ul, li
{ 
  font-family: Verdana, Arial, Helvetica;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 10px;
  text-decoration: none;
  color: white;
  background-image: none;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*
  scrollbar-face-color: black;
  scrollbar-highlight-color: black;
  scrollbar-3dlight-color: white;
  scrollbar-darkshadow-color: white;
  scrollbar-shadow-color: black;
  scrollbar-arrow-color: white;
  scrollbar-track-color: black;
  */
}

ul, li
{ 
  /* list-style-type: circle; */
  list-style-image: url(li_3.png);
  list-style-position: outside;
}

body A:link, A:visited, A:active
{ 
  font-weight: bold;
  text-decoration: none;
  color: white;
}
body A:hover, A:focus
{ 
  font-weight: bold;
  text-decoration: none;
  color: rgb(100,160,220);
}

td.info
{ 
   text-align: center;
   vertical-align: middle;
   
   background-color: none;
   background-image: url(snapjack_3.jpg); 
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: center center;
}

td.media
{ 
   text-align: center;
   vertical-align: middle;
   
   background-color: none;
   background-image: url(snapjack_7.jpg); 
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: left center;
}