#jsMath_Warning {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.header {
    float: left;
    color: #a39c87;
    font-size: 0.7em;
    line-height: 200%;
    margin-bottom: 75px;
    text-align: center;
}

.footer {
    border-top: 1px solid #625e51;
    color: #625e51;
    font-size: 0.7em;
    margin-top: 75px;
}

.footer span {
    color: #a39c87;
}

.contents {
    width: 50em;
}

.code {
    font-family: "Courier";
}

.filename {
    font-family: "Courier";
}

a {
    color: #5a945b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    font-family: "Georgia", sans-serif;
    font-size: 1.0em;
    margin: 10px 50px;
}

h1 {
    border-bottom: 1px solid #625e51;
    color: #625e51;
    clear: both;
    font-family: "Helvetica", "Arial", serif;
    font-size: 4.0em;
    font-weight: bold;
    letter-spacing: -.08em;
    margin: 0px;
    text-align: right;
}

h2, h3 {
    font-family: "Georgia", serif;
    font-size: 150%;
    letter-spacing: -.67px;
    text-align: left;
}

h3 {
    font-size: 100%;
}

p {
    text-align: justify;
}

img {
    border: 0px;
}

ul {
    list-style: square;
}