a:link {
color: blue;
text-decoration: underline;
font-size: 120%
}
a:visited {
color: purple; }
a:hover {
color: white;
background: #9FC83B;
}