@media screen and (-webkit-min-device-pixel-ratio:0){
	html{
		/*
		need this so that Safari3 can 
		use window.getMatchedCSSRules to collect CSSStyleRule later
		*/
		list-style-image:none; 
	}
	.Block07 p.TimeDate,
	.Block07 p.TimeDate2 {
		color: #afafaf;
	}
	.Block07 a.BtnReply:link,
	.Block07 a.BtnReply:visited {
		color: #609dc9;
	}
	.Block07 a.BtnReply:hover {
		color: #afafaf;
	}	
}

