@charset "utf-8";
/* CSS Document HNet Color CSS Marvin */

/* Overall Website */
body {
	color:#000;
}

/* Overall Links */
a:link,
a:visited {color:#000;}
a:hover {color:#900;}
a:hover:visited {color:#900; }
a:active {color:#000;}


/* Site Index */
#siteIndex {color:#fff;}
#siteIndex a:link,
#siteIndex a:visited,
#siteIndex a:active {color:#aaa;}
#siteIndex a:hover {color:#fff;}

/* Read More Story Links */
a.readMore {color:#900;}

/* Section Front Top Story -- module_SF_topStory macro */
.module_SF_topStory .captionByline {color:#888;}
.module_SF_topStory .captionBody {color:#888;}
.module_SF_topStory .headline {}
.module_SF_topStory .heading2 {}
.module_SF_topStory .summary {}


/* Ads Formatting */
.ads_SF_bigbox_top,
.ads_SF_bigbox_bottom {
	color:#666;
	}

.ads_SF_bigbox_top a,
.ads_SF_bigbox_bottom a {
	color:#900;
	}
	
/* Comment Counts on Newslists */
span.comment_count_newslist {
	color:#900;
}