/* Default the font style and size globally */
* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}

/* Except for PRE which must be monospaced */
PRE {
    font-family: Lucida Console, Courier New, monospace;
}
/* And anything within PRE */
PRE * {
    font-family: Lucida Console, Courier New, monospace;
}

BODY {
    background: white;
    color: black;
}

TH {
    font-weight: bold;
}

H1 {
    font-weight: bold;
    font-style: normal;
    font-size: large;
}

H2 {
    font-weight: bold;
    font-style: normal;
    font-size: medium;
}

H3 {
    font-weight: bold;
    font-style: italic;
    font-size: medium;
}

H4 {
    font-weight: bold;
    font-style: normal;
    font-size: small;
}

H5 {
    font-weight: normal;
    font-style: italic;
    font-size: small;
}

H6 {
    font-weight: normal;
    font-style: normal;
    font-size: small;
}

TABLE.blocked {
    border: 2px solid silver;
    border-collapse: collapse;
}

TH.blocked {
    background-color: silver;
    color: gray;
    font-weight: normal;
    font-size: large;
    text-align: left;
    padding: 2px;
}

TD.blocked {
    padding: 8px;
}

TD.small {
    font-size: x-small;
}

.ipa {
    font-family: Arial Unicode MS, Lucida Sans Unicode;
}

.footer {
    color: gray;
    font-size:  x-small;
}

TD.footer {
    padding: 10px 80px;
    border: none;
    vertical-align: middle;
    text-align: center;
}
