h1, h2, h3, h4, h5, h6 { color: #ffffff; font-weight: bold; }
h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

.modal-content h1, .modal-content h2, .modal-content h3, .modal-content h4 {
    color: #333333;
}
#contentWrapper h1, #contentWrapper h2, #contentWrapper h3, #contentWrapper h4 {
    color: #333333;
}


a, a:link, p, .post, ul, ol, dl, dd, li {letter-spacing: 0.2px; }
a:active, a:visited:active { color: #ffffff; }
a:hover, a:visited:hover { color: #212328; }
p { padding: 0 0 15px 0; }
code {width:960px; display: block; white-space: pre; background-color: #fbfbfd; border: 1px solid #dae0e4; font-size: 11px; color: #7d7d7d; margin: 10px 4px; overflow: auto; padding: 8px; }
ul li { padding: 8px 0 3px 0; }

