
A:link{
    text-decoration:none;
    color: #C0C0C0;

  }
A:hover{
    text-decoration:underline;
    color: #5A7E4C;
  }
A:active{
    text-decoration:none;
    color: #C0C0C0;
  }
A:visited{
    text-decoration:none;
    color: #C0C0C0;
  }

