pre{
    background:#f5f5f5;padding:20px;border:1px solid #ccc;
}
.postCon a:link, .postCon a:visited, .postCon a:active {
    text-decoration:none;color:skyblue;
}
.postDesc a:link, .postDesc a:visited, .postDesc a:active {
    color: skyblue;
}
.navbar {
    display: none;
}

.postDesc {border:none;border-bottom:1px solid #ddd;padding-bottom:5px;}
#blogTitle h2 {
    color:red;
    font-size:1.2em;
    text-shadow:1px 1px 1px white;
-webkit-animation:flash 5s infinite;
-moz-animation:flash 5s infinite;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@-moz-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}

#home {max-width:1200px;}
