/* NEWS BLOG PAGES */

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

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

#column_wide li>div a, #column_wide li>div a:visited {
	color: #d71921;
}

#column_wide li>div a:hover {
	color: #222;
}
