.mainContent {
	text-align: center;
	border:lightblue;
	border-width: 3px;
	border-top: 0px;
	border-style: solid;
	font-family: 'Open Sans', sans-serif;
	zoom: 85%;
}

.uglyStuff {
	text-align: center;
	border: lightblue;
	border-width: 3px;
	border-top: 0px;
	border-style: solid;
	font-family: 'Open Sans', sans-serif;
}

span {
	color: white;
}

.mainLink {
	text-decoration: none;
	font-weight: bold;
	color: blue;
}

mark {
	background-color: deepskyblue;
}

.topnav {
  background-color: dodgerblue;
  overflow: hidden;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: lightcyan;
  color: black;
}

html {
	font-family: 'Open Sans', sans-serif;
}