a:link{    color: darkblue;    text-decoration: underline;    font-weight: bold;}a:visited{    color: darkblue;    text-decoration: underline;    font-weight: bold;}a:active{    color: darkblue;    text-decoration: underline;    font-weight: bold;}a:hover{    color: darkgreen;    text-decoration: underline;    font-weight: bold;}