#blogTitle h1 {
    font-size: 240%;
    font-weight: bold;
    line-height: 1.5em;
    margin-left: 1em;
    margin-top: 10px;
    width: 20%;
    float: left;
}
#profile_block {
    margin-top: 5px;
    line-height: 2.0;
    text-align: left;
    font-size: 14px;
}
#navList a:hover {
    color: white;
    background-color:#44538f;
    text-decoration: none;
}
a:hover {
    color: #44538f;
    text-decoration: none;
}