body {
    background-color: #ffffee;
    color: #333300;
}

h1 {
    text-align: center;
    /*font-family: helvetica, arial, sans-serif;*/
}
h2 {
    font-family: helvetica, arial, sans-serif;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}
h3 {
    margin: 1em 2em;
    font-family: helvetica, arial, sans-serif;
    border-bottom: solid 1px black;
}
p {
    margin: 1em 3em;
    text-indent: 1em;
}
ul, dl, ol {
    margin: 1em 4em;
}
.caption {
    font-size: x-small;
    text-align: center;
}
.warning {
    font-size: small;
    background-color: #ff6666;
    border: solid 2px black;
    width: 60%;
    margin-left: 20%;
}
.column {
    font-size: small;
    background-color: white;
    border: solid thin black;
    width: 60%;
    margin-left: 20%;
}
.foot {
    font-size: small;
    text-align: center
}
.lang {
    font-size: small;
    text-align: right;
    color: #666633
}

A {
    text-decoration: none;
}
A:active,A:hover {
    text-decoration: underline;
    color: red;
}
