.header {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 30px;
	font-weight : bold;
}

.subheader {
	font-family :  Helvetica, Arial, sans-serif;
	font-size : 23px;
	font-weight : bold;
}

.text {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 16px;
	font-weight : bold;
}

.quote {
	font-family : Times, "Times New Roman", serif;
	font-size : 15px;
	font-weight : 500;
}

.italics {
	font-family : Times, "Times New Roman", serif;
	font-size : 14px;
	font-weight : 500;
	font-style : italic;
}

A {
	font-family :  Helvetica, Arial, sans-serif;
	text-decoration : none;
	color : #0000cc;
}

A:HOVER {
	font-family : Helvetica, Arial, sans-serif;
	text-decoration : underline;
	color : #cc3300;
}