body{
  color:#CCCCCC;
  background-color: #000000;
  ;
  background-image : url(bg.gif);
  background-repeat: repeat;
}
a:link{
  color:#CC6600;
  text-decoration:underline;
}
a:visited{
  color:#993300;
  text-decoration:underline;
}
a:hover{
  color:#FFFF00;
  text-decoration:underline
;
}
a:active{
  color:#FF0000;
  text-decoration: underline;
}
