body{
    margin: 0;
    background-color: #000000;
    background: url(bg.gif);
}
.banner{
    border: 1px solid #FFFFFF;
    margin-bottom: 2px;
}
.content {
    font: 10px tahoma;
    color: #FFFFFF;
}
.menu {
    font: 10px tahoma;
    color: #FFFFFF;
    background: #646464;
    border: 1px solid #FFFFFF;
    width: 150;
    text-align: center;
    white-space: nowrap;
    display: block;
}
.menu a {
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    white-space: nowrap;
    display: block;
}
.menu a:hover {
    color: #FFFFFF;
    width: 100%;
    background: #68C1DF;
    white-space: nowrap;
    display: block;
}
.title {
    font-weight: bolder;
    background-color: #34445c;
}
.menuheader {
    font-weight: bolder;
    background-color: #000000;
}
a {
    color: #FFFFFF;
    text-decoration: underline;
}
a:hover {
    color: #FFFFFF;
    text-decoration: none;
}