﻿html {
    font-size:62.5%;
    max-width:800px;
    max-width:80rem;
    margin-left:auto;
    margin-right:auto;
}
body {
    background-color: #696969;
    color: #FFF8DC;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: MS Serif, New York, serif;
}
.navBar {
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left:auto;
    margin-right:auto;
}
.navBarTop, .navBar {
    max-width:100%;
}


    .navBarTop td {
        font-family: MS Serif, New York, serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 16px;
        line-height: 1.6rem;
        white-space: nowrap;
    }

    .navBarTop a {
        display: block;
        font-weight: bold;
        line-height: 16px;
        line-height: 1.6rem;
        margin: 0px;
        padding: 4px 5px;
        text-align: center;
        text-decoration: none;
    }

div.grid {
    text-decoration: none;
    text-decoration-color: white;
    text-decoration-line: none;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    line-height: 1rem;
}
table.main{
    max-width:800px;
    max-width:80rem;
    margin-left:auto;
    margin-right:auto;
}
table.grid {
    max-width:100%;
    text-align: center;
    vertical-align:bottom;
}

td.grid {
    text-align: center;
    vertical-align:bottom;
    font-size: 10px;
    font-size: 1rem;
}

p, td.left, td.right, .normal{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: left;
    line-height: 16px;
    line-height: 1.6rem;
    color: #FFF8DC;
    max-width:800px;
    max-width:80rem;
}
td.left {
    min-width:100px;
    min-width:10rem;
    max-width: 30%;
}
td.right { max-width: 75%; }
.normal, p { font-family: MS Serif, New York, serif; }
.normal { text-align: left; }
p { text-align: justify; }

.title {
    font-size: 35px;
    font-size: 3.5rem;
    font-family: MS Serif, New York, serif;
    color: #FFF8DC;
    line-height: 35px;
    line-height: 3.5rem;
    font-weight: bold;
    text-align: center;
}
img{
    max-width:100%;
}
img.sold {
    border: none;
    text-align: center;
    width: 7px;
    height: 7px;
}

a.link:active, a.link:hover, a.link:visited, a.link:link {
    color: orange;
    text-decoration-color: orange;
    font-size: medium;
    font-family: MS Serif, New York, serif;
}
