/* CSS Document */

A:LINK{
  font-weight : normal;
  color : blue;
  margin-top : auto;
}
A:HOVER{
  color : blue;
  font-weight : bold;
  background-color : #bfd2e1;
}
.Date{
  color : #d90000;
  vertical-align : super;
  font-weight : bold;
}
