body {
    font-family:sans-serif;
    color:navy
}
h2 {
    color:maroon
}

a:hover {
    background-color:yellow;
    color:green
}