 
A:LINK{
  font-weight : normal;
  color : #0000a0;
  

  text-decoration : none;
}
A:VISITED{
  font-weight : normal;
  
  text-decoration : none;
  color : #535353;
}
A:HOVER{
  font-weight : normal;
  color : red;
  text-decoration : underline;
  
}
A:ACTIVE{
  font-weight : normal;
  color : fuchsia;
}
BODY{
  background-image : url(../images/blue7b.gif);
  color : black;
}
.date{
  font-style : oblique;
  text-align : right;
}
