body {
    font: 10px calibri;
    letter-spacing: 1px;
    color: #333;
    background: #eee;
}

a:link,
a:visited,
a:active {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #555;
}

a img {
    border-width: 0;
}

b {
    color: #111;
    font-weight: bold;
}

::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #cc0000;
}

::-webkit-scrollbar {
    width: 7px;
    height: 4px;
    background: transparent;
}

.title {
    color: #000;
    background-color: #bbb;
    padding: 2px;
    padding-top: 4px;
    padding-left: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 10px;
    line-height: 11px;
}

.box {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 8px;
    margin-bottom: 8px;
}

#navigation {
    width: 605px;
    float: left;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    background-color: transparent;
    border-bottom: 0 solid #eee;
    border-top: 0 solid #eee;
}

#navigation li {
    float: left;
}

#navigation li a {
    display: block;
    padding: 2px 10px;
    font: italic 11px georgia;
    text-transform: lowercase;
    border-radius: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: normal;
    margin-right: 0;
    margin-left: 5px;
    color: #000;
    background: #fff;
    border: 0 solid #FAE8FF;
}

#blackbar li a:hover {
    color: #AB9DBD;
    background-color: #444;
}