body {
    margin: 20px;
    font-family: "Courier New", Courier, mono;
    font-size: 100px; font-weight: bold
}

a { color: blue; text-decoration: underlined }
a:hover {
    padding: 20px;
    color: white;
    background-color: blue;
    text-decoration: none;
}
