 
A{
  
  color : white;
  
  
  text-decoration : underline;
}
BODY{
  
  background-color : black;
  font-size : 10pt;
  
  background-image : url(reg/bk.jpg);
  color : white;
}
A:HOVER{
  color : white;
  background-color : gray;
  
  text-decoration : underline;
}
TABLE{
  font-size : 10pt;
}
P{
  font-weight : bold;
  color : yellow;
  margin-top : 10px;
  margin-left : 10px;
}
A:VISITED{
  color : white;
  
  
  text-decoration : underline;
}
HR{
  color : gray;
  
  height : 1px;
  margin-top : 5px;
}
.main-txt{
  color : #cccccc;
  
  margin-left : 20px;
}
.white-font{
  
  color : white;
}
.menu{
  margin-top : 10px;
  margin-left : 10px;
  
  
  
  
  line-height : 20px;
}
