body {
    background-color: white;
    background-image: url(../theme/bkgd.jpg);
}

ol, ul, li, p, div {
    color: black;
    font: small sans-serif;
}

.x {
    font: x-small sans-serif;
}

table.standard {
    color: black;
    background-color: white;
    layer-background-color: white;
}

th {
    background-color: #cccccc;
    font: bold small sans-serif;
}

th.title {
    color: white;
    background-color: black;
    font: bold medium sans-serif;
}

td {
    /* no background-color..can't turn it back off for headings */
    font: small sans-serif;
}

.note, .altnote {
    font: x-small sans-serif;
}

.alt, .altls, .altcs, .altrs, .altnote, .altlx, .altcx, .altrx {
    background-color: #ddddff;
}

.ls, .cs., .rs, .altls, .altcs, .altrs {
    font: small sans-serif;
}

.lx, .cx, .rx, .altlx, .altcx, .altrx {
    font: x-small sans-serif;
}

.ls, .altls, .lx, .altlx {
    text-align: left;
}
.cs, .altcs, .cx, .altcx {
    text-align: center;
}
.rs, .altrs, .rx, .altrx {
    text-align: right;
}


a.arrow {
    color: olive;
    font: bold medium sans-serif;
}

h1.chapterTitle {
    color: olive;
    font: bold x-large sans-serif;
}

h1.gameTitle {
    color: navy;
    font: italic large sans-serif;
}

h2.section {
    color: olive;
    font: italic bold large verdana;
}
h3.section {
    color: olive;
    font: italic bold medium verdana;
}
h4.section {
    color: olive;
    font: italic bold small verdana;
}

div.docLocation {
    font: x-small sans-serif;
}


