.DONOTPrint, .navlink, .no-print {
  display: none;
 }
 
 * {
 font-family: Georgia, serif;
 }
 
 /* Don't display post titles as links */
 h2 a, h3 a {
	text-decoration: none;
	color: black;
 }
 
 a {
    color: black;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
 }
 
 a[rel="tag"] {
    background-color: #666;
    color: white;
    padding: 2px;
 }
 .categoryInPostTitle {
    text-transform: uppercase;
 }
 .breadcrumb  a {
    text-transform: uppercase;
 }
 .post-container {
    margin-top:10px;
 }