
body {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    color: #222244;
    font-size: 14px;
    font-family: Arial, Helvetica, Sans-Serif;
    background-color: #cccccc;
    text-align: center;   // HACK for IE
}

div.all {
    margin-top: 15px;
    width: 750px;
    padding: 0px;
    border-style: solid;
    border-color: #8888cc;
    border-width: 1px;
    background-color: white;
    text-align: left;   // HACK for IE
}

h1 {
    margin-top: 0;
    padding-top: 5px;
    color: #444488;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
}

h2 {
    color: #884444;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

td.tab {
    font-size: 16;
    font-weight: bold;
    text-align: center;
}

a:hover, a:active {
    text-decoration: underline;
}

div.content {
    text-align: left;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
}

div.appletDiv {
    padding: 0px;
    text-align: center;
}

div.card {
    background-color: #eeeeee;
    text-align: left;
}

hr {
    width: 100%;
    height: 1px;
    color: #8888cc;
    background-color: #8888cc;
    border: 0;
}

a.button {
    text-decoration: none;
    background-color: #ffff88;
    padding-left: 1ex;
    padding-right: 1ex;
    border-style: outset;
    border-color: #dddd66;
    border-width: 2px;
}

em {
    color: #222266;
    font-weight: bold;
    font-style: italic;
}

small {
    font-size: 10px;
}

.leftArrow {
    font-size: 16;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
}

.rightArrow {
    font-size: 16;
    font-weight: bold;
    text-align: right;
    cursor: pointer;
}
