body {
    color: #252525;
    background-color: wheat;
}

p {
    font-family: sans-serif;
}

a {
    color: #303030;
}


img {
    width: 100%;
}

/* Missing pages (Broken links) */
span.internal-link.broken {
    text-decoration: underline wavy red;
}
