
HR{
  color: #8F1F42;
  height: 3px;
}
A{
  color: #006633;
  text-decoration: underline;
}
A:HOVER{
  color: #006633;
  text-decoration: underline;
  font-style : italic;
}
A:ACTIVE{
  color: #FF0000;
  text-decoration: underline;
}