/* CSS Document */
h1, h2, {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 16pt;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 16pt;
}
#navigation { 
display: none; /* hides navigation */
}

