body {
 	background: #8FA1AA;
  }
.body {
	border: 0px;
	height: 100%;
	align-content: center;
	margin-top: 100px;
}

.flex { 
    display: flex; 
    justify-content: center; 
	align-items: baseline;
}

.txt {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}
.bar {
	border: 0px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

a:link {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 18px;
	color: #33333;
	text-decoration: none;
}

a:visited {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}