body {
    background: #FFCC00;
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    margin: 0px;
}

div#center {
    height: 0px;
    position: absolute;
    overflow: visible;
    display: block;
    width: 100%;
    left: 0px;
    top: 50%;
}

p { 
    text-align: center;
    margin: auto;
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
}

/*
.1 { 
    font-size: x-small;
}

.2 { 
     font-size: small;
}

.3 { 
    font-size: normal;
}

.4 { 
    font-size: large;
    font-weight: bold;
}
*/

th { 
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-size: large;
}

code { 
    color: #990000;
    font-family: "Courier New", Courier, monospace;
    font-size: x-small;
}

ul { 
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    font-weight: normal;
}

ol { 
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    font-weight: bold;
}

a:active { 
    text-decoration: none;
    color: #990000;
    font-weight: bold;
}

a:link, a:visited { 
    text-decoration: none;
    color: #800000;
    font-weight: bold;
}
