h3
{
color: #fff;
background-color: #008eb7;
-moz-border-radius: 3px;
border-radius: 3px;
padding:3px;
margin:10px 0px;
text-shadow:2px 2px 3px #404040;
}


#home {
    margin: 0 auto;
    width: 80%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
}


#blogTitle h1 a {
    color: #ff1493;
}


#navList a:link, #navList a:visited, #navList a:active {
    color: rgba(82,168,236,.8);
    font-weight: bold;
}