/************************************
* CSS FONT DEFINITIONS              *
* COPYRIGHT (C)2008, JOHN M. STOKES *
*************************************/
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	margin: 5px;
	color: white;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: white;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: white;
}


.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: white;
}
