/*	Cascading Style Sheet types for Site News
	Wayne Frazee.com
	Copyright 2004, Wayne S. Frazee					*/
	
/* General News text style */
.news {
	font-size: 			12px;
	filter: 			alpha(opacity=100);
	filter: 			progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 		1.0;
	-khtml-opacity: 	1.0;
	opacity: 			1.0; /* for future compatibility */
}

/* News Date text style */
.newsdate {
	font-size: 			13px;
	color: 				#AACCFF;
}

/* News Title text style */
.newstitle {
	font-size: 			13px;
	color: 				#CCDDFF;
	font-weight: 		bolder;
}

.commentlink {
font-weight: lighter;
color: #BBBBBB;
font-size: 12px;
text-decoration: none;
}