body {
    background-color: #ffffff;
}
.menu {
    font-family : Arial, Helvetica;
    font-size : 12px;
    font-weight : bold;
    color : #000000;
    text-align : center;
    background-color : #9999cc;
    padding-top : 2px;
    padding-right : 2px;
    padding-bottom : 2px;
    padding-left : 2px;
}
.menu a:link {
    color : #000000;
    text-decoration : none;
    background-color : transparent;
}
.menu a:visited {
    color : #000000;
    text-decoration : none;
    background-color : transparent;
}
p.spacer {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.searchbar {
    font-family : Arial, Helvetica;
    font-size : 11px;
    font-weight : normal;
    color : #ffffff;
    background-color : #9999cc;
    padding-top : 2px;
    padding-right : 0px;
    padding-bottom : 2px;
    padding-left : 0px;
}
.textarea {
    background-color : #ffffff;
}
.text {
    font-family : Arial, Helvetica;
    font-size : 12px;
    color : #000000;
}
.text a:link {
    color : blue;
    background-color : transparent;
}
.text a:visited {
    color : blue;
    background-color : transparent;
}
.code {
    font-size : 12px;
}
.footer {
    font-family : Arial, Helvetica;
    font-size : 11px;
    font-weight : normal;
    background-color : #9999cc;
    padding-top : 2px;
    padding-right : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
}
.footer a:link {
    color : #000099;
    text-decoration : none;
    background-color : transparent;
}
.footer a:visited {
    color : #000099;
    text-decoration : none;
    background-color : transparent;
}
