body {
    margin: 0px;
    color: #000000;
    font-family: Arial, 'Times New Roman' , serif;
    background-color: #ffffff;
}

A.menu:link, A.menu:active, A.menu:hover, A.menu:visited {
    border-right: 0px;
    border-top: 0px;
    font-weight: 600;
    font-size: 11px;
    border-left: 0px;
    border-bottom: 0px;
    text-decoration: underline;
    color: #ffcc00;
}

A.menu-current:link, A.menu-current:active, A.menu-current:hover, A.menu-current:visited {
    border-right: 0px;
    border-top: 0px;
    font-weight: 600;
    font-size: 11px;
    border-left: 0px;
    border-bottom: 0px;
    text-decoration: underline;
    color: #ffffff;
}

A.banner:link, A.banner:active, A.banner:hover, A.banner:visited {
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    font-weight: 900;
    font-size: 30px;
    color: #000000;
    text-decoration: none;
}
pre {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#F7F7F7 none repeat scroll 0 0;
    border:1px solid #D7D7D7;
    margin:1em 1.75em;
    overflow:auto;
    padding:0.25em;
}
