h1 {
	color: #112233;
	font-size: 64pt;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: #223344;
	font-size: 32pt;
	font-weight: bold;
	text-align: center;
}

h3 {
	color: #334455; 
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

p {
	color: #112233; 
        font-size: 12pt;
}

a {
	color: #334488;
}

