body {
background-color: #eee;
}

#home {
width: 85%;
border-radius: 1%;
opacity: 0.95;
}

#blogTitle h1 a {
    color: #21759b;
}

#blogTitle h1 a:hover {
    color: #187299;
}

#navList a:hover{
color: #21759b;
}

#blog-calendar{
border-radius: 10px;
}
td .CalNextPrev{
text-align:center;
}