h1 {
	text-align: center;
	color: CornflowerBlue;
	font-size:  400%;
}

div.cent {
	text-align: center;
}

.goleft {
	float: left;
	font-size: 2em;
}

.gocenter {
	position: fixed;
	left: 50%;
	font-size: 2em;
}

.gocenter2 {
	position: fixed;
	left: 50%;
	font-size: 1em;
}
.gocenter3 {
	position: fixed;
	left: 30%;
	font-size: 2em;
}

.goright {
	float: right;
	font-size: 2em;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.bigtext {
	font-size: 150%;
	margin-left: 80px;
	margin-right: 80px;
}

.bigtext2 {
	font-size: 150%;
	margin-left: 250px;
	margin-right: 80px;
}

.heading {
	font-weight: bold;
	text-decoration: underline;
}

.bigger {
	font-size: 1.5em;
}