body {
	background-color: white;
	text-align: center;
	color: black;
}

h1 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	padding: 2em;
	background: #333;
	color: #FFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

p {
	width:80%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color:#333;
}

hr {
width: 80%;
}

span a {
text-decoration:none;
color:#333;
}

a:hover {
text-decoration:none;
}

span a:hover {
text-decoration:none;
color:#333;
}

a:visited {
color:#369;
}

span a:visited {
text-decoration:none;
color:#333;
}
