
body {
	background-color: lightblue;
}

a:link, a:visited, a:hover, a:active {
	color: black;
}

hr {
	height: 2px;
	color: black;
	background-color: black;
	width: 100%;
	border-width: 0;
}

.title {
	font-size: 40px;
	text-align: center;
}

.pageTitle {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
}

.back {
	text-decoration: none;
	font-size: 50px;
}