body {
    background: #fff;
    color: #000;
    font: 12px/1.5 Verdana, Arial, sans-serif;
    margin: 0;
}

a {
    color: #900;
    text-decoration: none;
}

a:hover {
    color: #c00;
    text-decoration: underline;
}

table {
    box-sizing: border-box;
}
