a:link {
color: green;
text-decoration: underline;
}
a:visited {
color: green;
text-decoration: underline;
}
a:hover {
color: yellow;
text-decoration: none;
}
