/*	Cascading Style Sheet types for Posted Writings
	Wayne Frazee.com
	Copyright 2004, Wayne S. Frazee					*/
	
/* General article listing text style */
.articlelisting {
	font-size: 			12px;
}

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

/* Article Title link style */
a.articletitle {
	font-size: 			13px;
	color: 				#CCDDFF;
	text-decoration:	none;
}

/* Article Title link style (hover) */
a.articletitle:HOVER {
	color:				#AACCFF;
	text-decoration:	underline;
	
}

/* Text appearing in blockquotes */
blockquote {
	color: 				#999999;
}