/* Berkshire Hathaway–style minimalist CSS (Comic Sans guaranteed) */

body {
    background-color: #ffffff;
    color: #000000;
    font-family: "Comic Neue", "Comic Sans MS", sans-serif;
    font-size: 16px;
    text-align: left;
    margin: 20px;
}

a {
    color: #0000ee;
    text-decoration: underline;
}

a:visited {
    color: #551a8b;
}

h1, h2, h3 {
    font-weight: normal;
    margin: 10px 0;
}

hr {
    border: none;
    border-top: 1px solid #000;
    margin: 20px 0;
}

p {
    margin: 10px 0;
    line-height: 1.5;
}

