a {
color: maroon;
font-weight: bold;
}
a:hover {
color: red; background-color: yellow;
} 