@charset "utf-8";
/* CSS Document */

body {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #2d2d2d;
}

h2 {
	font-size: 26px;
	margin-top: 12px;
	margin-bottom: 28px;
}

h3 {
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	color: #769ABE;
	margin-top: 40px;
	margin-bottom: 22px;
}

h4 {
	margin-top: 30px;
	margin-bottom: 18px;
}

a, a:link, a:visited, a:hover {
	color: #E1CEBF;
	text-decoration: none;
}

li {
	list-style: none;
}

#content {
	text-align:center;
	margin: 0 auto;
	max-width: 80%;
	padding-top: 80px;
}

#link {
	padding-top: 2rem;
}

.home #content {
	max-width: unset;
}

#left { 
	float: left;
	width: 160px;
	height: 50px;
	text-align: center;
	margin-right: 10px;
}

#middle { 
	float: left;
	width: 160px;
	height: 36px;
	margin-top: 14px;
	text-align: center;
}

#right {
	float: right;
	width: 160px;
	height: 50px;
	text-align: center;
	margin-left: 10px;
}

#bottom {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 14px;
	margin-top: 80px;
	margin-bottom: 20px;
}

#footer {
	margin-top: 30px;
}

#bottom ul {
	position: relative;
	padding: 0;
	display: inline-block;
}

#bottom li {
	position: relative;
	float: left;
	margin-right: 20px;
	list-style: none;
}
#bottom li:last-child {
	margin-right: 0px;
}

.clear {
	clear: both;
}