body {
    padding: 2em;
    font-family: Arial, sans-serif;
    font-size: 1rem;
}

img {
    max-width: 90%;
}

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

a:hover {
    color: navy;
    text-decoration: underline;
}

h1 {
    color: navy;
    font-size: 1.8em;
    font-weight: bold;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.2rem;
}

h4 {
    font-size: 1.1rem;
}

p, div.indent {
    font-size: 1rem;
    line-height: 1.1rem;
    font-weight: 100;
}

div.indent {
    margin: 2em;
}

.float-right {
    float: right;
}

.hdr {
    background-color: #B0BFB5 !important;
}

.odd {
    background-color: #FFF9F0 !important;
}

.even {
    background-color: #F0FFF5 !important;
}

.medium {
    width: 300px;
    height: auto;
}

.small-text {
    font-size: 0.9em;
}

.very-small-text {
    font-size: 0.7em;
}

table.story td {
    /*min-height: 180px;*/
}
