body
{
    background-color: #fff;
    color: #000;
    margin: 10px;
    padding: 0;
    text-align: center;
}

body,
textarea
{
    font-family: arial, helvetica, sans-serif;
}

body,
html
{
    height: 100%;
}

a
{
    color: #000;
}

table
{
    border-collapse: collapse;
    cursor: default;
    width: 100%;
}

th,
td
{
    padding: 1px;
    font-size: 10px;
    font-weight: normal;
}

th
{
    text-align: left;
    vertical-align: top;
}

td
{
    text-align: center;
    vertical-align: middle;
}

tr.alternative td,
td.alternative
{
    background-color: #eee;
}

tr.alternative th,
th.alternative
{
    background-color: #ddd;
}

tr.alternative td.alternative
{
    background-color: #ddd;
}

.footnote
{
    font-size: 90%;
    color: #888;
    padding-bottom: 10px;
}

h1
{
    font-size: 20px;
    border-bottom: 1px solid #888;
}

h1 a
{
    text-decoration: none;
}

td.same,
tr.alternative td.same
{
    background-color: #bbb;
}


td
{
    /* color: #44a;
    cursor: pointer;
    */
    font-size: 11px;
}

.pseudolink
{
    /*color: #44a;
    cursor: pointer;
    */
}

.headrow th
{
    line-height: 9px;
}

.comments
{
    width: 450px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.commentForm
{
    background-color: #eee;
    padding: 10px;
}

h2
{
    font-size: 18px;
}

.comment
{
    margin-top: 30px;
    margin-bottom: 40px;
}

.comment em
{
    font-size: 90%;
}

.intro
{
    font-size: 90%;
    font-style: italic;
}

.final
{
    border-top: 1px solid #888;
    padding-top: 3px;
    margin-top: 30px;
}

textarea
{
    font-size: 14px;
    overflow: auto;
}

