#blogTitle {
    height: 70px;
    background: #d2d8de;
    font-size: 1.2em;
    clear: both;
}
#navigator {
    background-color: #d2d8de;
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
}
#navList a:link,
#navList a:visited,
#navList a:active {
    color: #24b587;
}
.catListTitle {
    background: #24b587;
    border-bottom: 1px solid #006600;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #FFFFFF;
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 5px;
    text-indent: 0.5em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}