BODY{
    background-color: #000000;
    color:#999999;
    margin-top : 0px;
    margin-left : 0px;

}
A:LINK {
color : #FFCC33;
text-decoration : underline;
}
A:VISITED {
color : olive;
text-decoration : underline;
}
A:HOVER {
color : red;
text-decoration : underline;
  background-color : #FFCC33;
}
A:ACTIVE{
  background-color : #FFCC33;
}
.title1{
  font-size : 20pt;
  font-weight : bold;
  color : #0099FF;
  text-align : center;
}
.new1{
    color:#FF3333;
}

