/* links.css - Style sheet for Bob's links    */
/* Last update - 290303                       */

a {
color: blue;
text-decoration: none;
}

a:hover {
color: lime;
background-color: green;
font-variant: small-caps;
font-weight: 700;
}