/*#blogTitle {
    height: 40px;
    background: #FF9999;
    clear: both;
}

#navigator {
    background-color: #FF9999;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    clear: both;
}*/

#blogTitle h1 {
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
    margin-left: 1em;
    margin-top: 10px;
    width: 50%;
    float: left;
    color: #FF0033;
}

a:visited {
    color: red;
    text-decoration: none;
}