body {
  color: navy;
    font-family:arial
}

a {
    color:blue
}

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