html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #7f7f7f;
}

body {
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
    padding: 1rem;
}

a {
    color: #a5495d;
}

table
{
    border: 1px solid #999999;
    border-collapse: collapse;
}

td, th
{
    border: 1px dashed #999999;
    padding: 5px;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#index-body {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 500px) {
    html {
        font-size: 100%;
    }

    table { 
        font-size: .8rem;
    }

    table img {
        width: 90%;
    }
}

@media only screen and (min-width: 501px) {
    html {
        padding: 3rem;
    }
}
