body {
    text-align:center;
    background: #000033;
    color: #3366cc;
}

.box {
    backgorund-color: #000033;
    width: 680px;
    margin: 30px;
}

.menu {
    float: left;
    font-size: 12px;
    background-color: #000033;
    width: 400px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
}

.count {
    width: 200px;
}

a,a:visited {
    text-decoration: none;
    color: #3366cc
}
a:hover {
    text-decoration: none;
    visibility : visible;
    float : none;
    clear : none;
    position : relative;
    top: 1pt;
    left: 1pt;
    color: #3366cc;
}