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

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

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

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

/* text Format for weblink rating */
.weblinkrating {
	color: 				#FFCCAA;
}

/* Link format for tool links */
.tooltitle {
	font-size:			13px;
	color:				#CCDDFF;
	text-decoration:		none;
}

/* Link format for tool links (hover) */
.tooltitle:HOVER {
	color:				#AACCFF;
	text-decoration:		underline;
}
