body {
	text-align: center;
}

h1 {
	margin-top: 20px;
}

h2 {
	margin-top: 15px;
}

pre {
	text-align:left;
	border: 1px solid red;
	background: lightgray;
	margin: 2px;
	padding: 10px;
}


a#homePageLink {
	font-weight: bold;
	display: block;
	padding: 15px;
	text-align: center;
	
	color: #d22a2c;
	background: white;
	border: dotted 2px white;
	
}

a#homePageLink:hover {
	border: dotted 2px #d22a2c;
	background-color: #e3dedb; 
}