body {
	background: #00ff00;
}

p {
	color: black;
	font-family: 'Times New Roman', serif;
	font-size: 14px;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 38px;
	color: black;
	font-weight: bold;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	color: black;
	font-weight: bold;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: black;
	font-weight: bold;
}

li.home {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: black;
	font-weight: bold;
	padding-top: 40px;
}

p.footer {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
	padding-top: 40px;
	text-align: center;
}

pre.dates {
	font-family: Courier, monospace;
	font-size: 18px;
}
	