 


A{  
  font-size : 15px;
  text-decoration : none;
  color : #990000;
}
A:LINK{  
  color : #990000;
}
A:VISITED{  
  color : #990000;
}
A:HOVER{  
  color : silver;
  text-decoration : underline;
}
A:ACTIVE{  
  color : #990000;
}
FONT{  
  font-size : 15px;
  color : black;
}
TD{  
  font-size : 15px;
  background-repeat : repeat-x;
}
STRONG{  
  font-weight : normal;
  font-size : 15px;
}
body{  
  margin-top : 30px;
  text-align : center;
  
  margin-bottom : 20px;
}
body {
  overflow-y:scroll;

