/* Text and Formatting Styles for Downloads Script
   For use with WayneFrazee.com
   Copyright 2004 by Wayne S. Frazee				*/
   
/* General download listing text style */
.dllisting {
	font-size: 			12px;
}

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

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

/* Download Link style */
.downloadlink {
	font-size:			15px;
	font-weight:		bolder;
}

/* Text formating for license */	
.license {
	margin-left:		2em;
	font-family:		'Courier', 'System';
}

/* Download Information Table Formatting */
.downloadinfo {
	border:				#000000 solid 1px;
	background-color:	#050510;
	font-size: 			14px;
}

/* Cells containing headings */
.heading {
	color:				grey;
}
