#header {
    height: 40px;
    width: 100%;
    background-color: #e78635;
}

#navList li a {
    font-size: 15px;
    text-decoration: none;
    color: #FFF;
    padding: 10px;
    background-color: #e78635;
}
.blogStats {
    color: #e6dbdb;
    font-size: 12px;
    text-align: right;
}

a:link, a:visited {
    text-decoration: none;
    color: #e78635;
}