
body
{
  background-color: rgb(12,12,12);
  background-image: url( "http://www.darnsock.net/JohnnyHero/images/spread/background.jpg" );
  background-repeat: repeat-y;
  background-position: 50%  0px; 
  color: #CCCCCC;
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

A.jhs:link 
{
  color: #CCCCCC;
  font-weight: bold;
  text-decoration: none;
} 
A.jhs:visited 
{
  color: #CCCCCC;
  font-weight: bold;
  text-decoration: none;
} 
A.jhs:active 
{
  color: #CCCCCC;
  font-weight: bold;
  text-decoration: none;
} 
A.jhs:hover 
{
  color: #FFFFFF;
  text-decoration: none;
}

