/* ARTICLES */

/* LOAD ADDITIONAL CSS FILES */
@import url('../../../../css/pages/article.css');	/* Global article styles */
@import url('comments.css');						/* Comment styles */

#article h1 {
	color: #222 !important;
}

#page_background {
	background: transparent url("../../img/bg/article_page.png") left top repeat-y;
}

#article_content a, #article_content a:visited {
	color: #7fb539;
}

#article_content a:hover {
	color: #999;
}

