/* CBCFB3		background (pale green)
 * 284E36		title, call to action (forest green)
 * 738639		subtitle, subheader, link (olive green)
 * EAAB00		header (gold)
 * 2D3516		paragraph, visited link (dark olive green)
*/

* {
	font-family: Arial, sans-serif;
}

em {
	font-weight: 900;
}

.title {
	font-family: Tahoma, sans-serif; /* Impact */
	font-size: 54px;
	color: #284E36;
	font-weight: 900;
}

.subtitle {
	font-family: Tahoma, sans-serif; /* Impact */
	font-size: 42px;
	color: #738639;
}

.call_to_action { 
	font-family: Tahoma, sans-serif; /* Impact */
	font-size: 16px;
	color: #284E36 !important;
	background-color: #CBCFB3;
}

/* header */ h1 { 
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 26px;
	color: #EAAB00;
	font-weight: 900;
}

/* subheader */ h2 { 
	font-family: Arial, sans-serif;
	font-size: 22px;
	color: #738639;
	font-style: italic;
}

/* itemizer */ h3 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #284E36;
	font-weight: 900;
	padding-left: 5px;
	text-transform: uppercase;
	margin-top: 25px;
}

/* paragraph */ p { 
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #2D3516;
}

/* link */ a { 
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #738639;
	text-decoration: underline;
}

/* link */ a:visited { 
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #2d3516;
	text-decoration: underline;
}

/* abbreviations */
abbr {
	text-decoration: underline;
}
