body { background-color: blue; font-family: Helvetica, Arial, sans-serif; } p { font-size: 12px; } a { text-decoration: none; color: yellow; } a:hover { background-color: red; }