
a:link { color: red;
 background: white;
 text-decoration: underline;
 font-weight: normal;}

a:active { color: #060;
 background: white;
 text-decoration: underline;
 font-weight: normal;}

a:visited { color: #333;
 background: white;
 text-decoration: underline;
 font-weight: normal;}

a:hover { color: #060;
 background: #ffffcc;
 text-decoration: none;
 font-weight: bold;}