body {
    background: #FFFAB2;
    padding: 0;
    border-width: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Tahoma" "Gill Sans", "Arial", "Univers", sans-serif;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    text-align: left;
    color: black;
    padding: 2px;
    margin-left: 8px;
    margin-right: 8px;
}

h1, h2 {
    text-align: center;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

h1 {
    font-size: 24px;
    font-variant: small-caps;
    letter-spacing: 8px;
}

h2 {
    font-size: 20px;
    letter-spacing: 4px;
}

h3 {
    font-size: 18px;
    margin-top: 50px;
}

h4 {
    font-size: 16px;
    margin-top: 40px;
}

h5 {
    font-size: 14px;
    margin-top: 25px;
}

h6 {
    font-size: 12px;
    margin-top: 12px;
}

p, ol, ul, li, th, td {
    font-family: "Verdana", "Gill Sans", "Arial", "Univers", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: black;
    text-align: left;
    line-height: 120%;
    padding: 2px;
    margin-left: 8px;
    margin-right: 8px;
}

ul {
    list-style-type: circle;
    margin-left: 3em;
}

ol {
    list-style-type: decimal;
    margin-left: 3em;
}

.upperroman {
    list-style-type: upper-roman;
}

li {
    margin-top: 12px;
}

hr {
    width: 40%;
}

img {
    border-style: ridge;
    border-width: thin;
}

tt {
    font-family: "Andale Mono", "Courier New", monospace;
}

.italic {
    font-style: italic;
}

.serif {
    font-family: "Lucida Bright", "Georgia", "Times New Roman", serif;
}

.sanserif {
    font-family: "Verdana", "Gill Sans", "Arial", "Univers", sans-serif;
}

.mono {
    font-family: "Andale Mono", "Courier New", monospace;
    font-size: 14px;
}

.bigtext {
    font-size: 14px;
}

.normaltext {
    font-size: 12px;
}

.smalltext {
    font-size: 10px;
}

.copyright {
    font-style: italic;
    font-size: 12px;
    padding: 3px 20px;
    margin: 0;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
    margin: 0;
    padding: 6px 20px 2px;
}

.right {
    text-align: right;
}

.comingsoon {
    font-family: "Comic Sans MS", "Brush Script", "Contemporary Brush", fantasy;
    font-size: 18px;
    font-weight: bold;
    color: red;
    text-align: center;
    text-decoration: blink;
}

.blocked {
    margin-left: 2em;
    margin-right: 2em;
}

.noborder {
    border: none;
}

.nopad {
    padding: 0;
}

a:link {
    color: blue;
    text-decoration: none;
}

a:visited {
    color: red;
    text-decoration: none;
}

a:hover {
    font-weight: bold;
}

table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
}

.narrow {
    width: 60%;
    margin-left: 2em;
}

th {
    font-weight: bold;
    text-align: center;
    padding: 4;
}

td {
    font-family: "Andale Mono", "Courier New", monospace;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    padding: 1px 1px 6px;
}
