body {
  color: #FFFFFF; 
  background: url(pics/background.gif);
  background-color: #000000; 
  font-family: Arial, Helvetica, sans-serif;
}

.justified { 
  text-align: justify;
}

.justifiednobg { 
  text-align: justify;
  background: url(pics/black-pixel.png);
}

.centerednobg { 
  text-align: center;
  background: url(pics/black-pixel.png);
}

.center { 
  text-align: center;
}

.padzero { 
  padding: 0px; 
}

a:active {  
  color: #A5FFFF;
  text-decoration: none;
}

a:link {  
  color: #A5FFFF;
  text-decoration: none;
}

a:visited {  
  color: #A5FFFF;
  text-decoration: none;
}

a:hover {  
  color: #0000FF;
  text-decoration: underline;
}

.katstext {
  color: #48D1CC;
}

.jadestext {
  color: #34AAFF; 
}

.underline { 
  text-decoration: underline;
}

.CTooltip {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 200;
  visibility: hidden;
  font: 8pt MS Comic Sans,arial,sans-serif;
  background-color: #FFFFE6;
  padding: 8px;
  border: 1px solid black;
  color: black;
}
