/* change link color in posts and sigs*/
.postcontent a {color:#7E8211;}
.signature a {color:#7E8211;}

/* change link hover color*/
.postcontent a:hover {color: #a5bd2e;}
.signature a:hover {color:#a5bd2e;}

/* change link colors in cms articles*/
.article a {color: #336699;}
.article_preview_contents a {color: #336699;}

.article a:hover {color: #a5bd2e;}
.article_preview_contents a:hover {color: #a5bd2e;}

.postcontent a {font-weight: bold;}
.signature a {font-weight: bold;} 
