body {
    background-color: #FFFFFF;
    color: #111;
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    margin: 30px;
    cursor: crosshair;
}

h1,
h2,
h3 {
    font-weight: normal;
    font-size: inherit;
    letter-spacing: -1px;
}

h1 a.no-hover {
    color: inherit;
    text-decoration: none;
}

h1 a.no-hover:hover {
    background-color: transparent;
    color: inherit;
}

a {
    color: blue;
    text-decoration: underline;
}

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

table {
    border-collapse: collapse;
    width: 100%;
    max-width: 500px;
}

th,
td {
    padding: 5px;
    text-align: left;
    font-weight: normal;
}

ul {
    list-style-type: square;
}

hr {
    border: 0;
    border-top: 1px solid #111;
    margin: 24px auto;
    max-width: 600px;
}

header, section, footer {
    max-width: 600px;
    margin: 0 auto;
}