a:link{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
 }
 a:visited{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
 }
 a:hover{
  color: #aaaaaa;
  text-decoration: blink;
 }
 a:active{
  color: #0000ff;
  text-decoration: blink;
 }