body {

    background-color: #000000;
    color: #cccccc;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

h1.header {
    margin:0 auto;
    color: #CCCCCC;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0px;
    background-color: #000000;
    width: 800px;
}
h2.title {
    color: #AAC000;
    font-size: 16px;
    font-weight: normal;
    padding: 3px 5px 2px;
    border-left: 10px solid #FFC000;
    border-bottom: 1px solid #FFC000;
    margin-right: 50px;
}
h3 {
    color: #AAC000;
    font-size: 16px;
    font-weight: normal;
    padding: 3px 5px 2px;
    border-left: 10px solid #996000;
    border-bottom: 1px solid #996000;
    margin-right: 50px;
    margin-left: 10px;
}
a {
    color: #cccccc; 
    text-decoration : none;
}
a:link {
    color: #cccccc; 
}
a:visited {
    color: #cccccc; 
}
a:hover {
    color: #ffffff; 
}

div.footer {
    color: #CCCCCC;
    text-align: center;
    background-color: #000000;
    width: 100%;
    height: 37px;
position:relative; 
}
div.footer a {
    color: #CCCCCC;
}
div.footer a:hover {
    color: #FFFFFF;
}

ul {
    color: #aaaaaa;
    line-height: 20px;
}

span.mini {
    font-size: 12px;
    color: #000099;
    font-weight: normal;
}
span.red {
    color: #FF0000;
}
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

img.w3c {
    border: 0;
    width: 88px;
    height: 31px;
    margin-left: 30px;
}
