body * {
	font-family: Georgia;
}

.pagemaincontent {
	text-align: center;
}

h1 {
	text-align: center;
	
}

h2 {
	font-style: italic;
}

h3 {
	margin-top: 2em;
	font-style: italic;
}

.footer {
	margin: 4em 0 0 0;
}

.contact, .attribution, .copyright {
	float: right;
	clear: both;
	color: #9e9e9e;
	font-size: 10pt;
}

.contact *, .attribution *, .copyright * {
	color: #9e9e9e;
	text-align: right;
	font-size: 10pt;
}

a {
	text-decoration: none;
}