
a:active {
text-decoration: underline }

a:hover {
color: #cff;
font-weight: bolder;
text-decoration: none }

a:link {
text-decoration: underline }

a:visited {
text-decoration: underline }

