
a:link {
color: lightgrey;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: lightgrey;
}
a:hover {
text-decoration: underline;
color: red;
}
a:active {
text-decoration: none;
color: red;
}





