Replace this following batch of code (line 107 in style.css):
.entry-content {line-height: 1.6em; font-size:15px;}
.entry-content p {margin: 1em 0;}
.one-post h1,.one-post h2, .one-post h3, .one-post h4, .one-post h5, .one-post h6 {margin: 1em 0; clear: both;}
.entry-content h1 {font-size: 22px;}
.entry-content h2 {font-size: 22px;}
.entry-content h3 {font-size: 18px;}
.entry-content h4 {font-size: 16px;}
.entry-content h5 {font-size: 16px;}
.entry-content h6 {font-size: 16px;}
.entry-content blockquote {padding: 0 0 0 25px; font-style: italic;}
.entry-content li, .one-post dd, .one-post dt {line-height: 1.5em;}
.entry-content img {padding: 3px; border: 1px solid #DCDCDC; max-width: 98%;}
.entry-content table { border: none; width: 100%; text-align: left;}
.entry-content table th {font-weight: bold; border-bottom: 1px solid #DCDCDC; text-align: left;}
.entry-content table tr {border-bottom: 1px dotted #DCDCDC;}
.entry-content table td {padding: 5px 0;}
With this one
.entry-content {line-height: 1.6em; font-size:15px;}
.entry-content a {color:#921824}
.entry-content p {margin: 1em 0;}
.one-post h1,.one-post h2, .one-post h3, .one-post h4, .one-post h5, .one-post h6 {margin: 1em 0; clear: both;}
.entry-content h1 {font-size: 22px;}
.entry-content h2 {font-size: 22px;}
.entry-content h3 {font-size: 18px;}
.entry-content h4 {font-size: 16px;}
.entry-content h5 {font-size: 16px;}
.entry-content h6 {font-size: 16px;}
.entry-content blockquote {padding: 0 0 0 25px; font-style: italic;}
.entry-content li, .one-post dd, .one-post dt {line-height: 1.5em;}
.entry-content img {padding: 3px; border: 1px solid #DCDCDC; max-width: 98%;}
.entry-content table { border: none; width: 100%; text-align: left;}
.entry-content table th {font-weight: bold; border-bottom: 1px solid #DCDCDC; text-align: left;}
.entry-content table tr {border-bottom: 1px dotted #DCDCDC;}
.entry-content table td {padding: 5px 0;}
Instead of editing the entire theme’s link color, I only edited the color of links that are inside a div with a class of entry-content (your posts).