/* Career Related text Style Sheet
	Wayne Frazee.com
	Copyright 2004 by Wayne Frazee */
		
/* Text formating for sections lifted from my resume */	
.verbatim {
	margin-left:		2em;
	font-family:		'Courier', 'System';
	color:				grey;
}

/* Text formatting for online resume section headings */
.heading {
	font-family:		'Arial', 'Helvetica';
	font-size: 			16px;
	font-weight:		bolder;
	color:				orange;
}

/* Text formatting for headings within sections */
.subheading {
	margin-left:		1em;
	font-family:		'Arial', 'Helvetica';
	font-size: 			15px;
	font-weight:		normal;
	color:				skyblue;
}