@charset "UTF-8";

/* * * * * START: GENERAL STUFF * * * * */
body {
	background: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	width: 100%;
	color: #222;
}
#content h1 {
	margin: 0 0 15pt 0;	
	letter-spacing: 1pt;
	font-weight: bold;
	font-size: 15pt;
	text-transform: uppercase;
}
#content h2 {
	margin: 0 0 15pt 0;	
	font-weight: bold;
}
#content p {
	margin: 0 0 15pt 0;	
	line-height: 16pt;
}
/* * * * * END: GENERAL STUFF * * * * */


/* * * * * START: HIDE * * * * */
#navigation, #footer, #archiveSwitch {
	display: none;
	visibility: hidden;
}
/* * * * * END: HIDE * * * * */



