body, body > p {
	font-family: 'Open Sans';
	font-size: 14px;
	text-align: justify;
	background: #f5f5f5;
	margin-right: auto; 
	margin-left: auto; 
	color: #232F3E;
}
h3 {
	font-family: 'Raleway', sans-serif;
	margin-top: 100px;
	font-weight: 400;
	font-size: 56px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position:relative; animation:opac 2.0s}@keyframes opac{from{opacity:0} to{opacity:1}
	/*animation:animatetop 1.0s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}*/
}
h4 {
	font-family: 'IBM Plex Mono';
	text-align: center;
	font-size: 22px;
	animation:opac 2.5s}@keyframes opac{from{opacity:0} to{opacity:1}
}
div b {
	font-family: 'Jura';
	color: #232F3E;
	text-transform: uppercase;
}
.def { 
	font-size: 18px; 
	width: 800px;
	text-align: justify-all;
}
#fauxtable, .p {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: #636363;
	text-align: justify;
}
#footer {
	color: #ccc; 
	font-size: 10px;
	position: fixed;
	left: 10px;
	bottom: 10px;
}
.animate-top {position:relative;animation:animatetop 1.2s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-opacity{animation:opac 1.0s}@keyframes opac{from{opacity:0} to{opacity:1}}

.myButton {
	-moz-box-shadow:inset 0px 1px 2px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 2px 0px #ffffff;
	box-shadow:inset 0px 1px 2px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 45px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin-left: auto;
	margin-right: auto;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.myButton:active {
	position:relative;
	top:1px;
}