#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #1A4A8F;
	display: flex;
	list-style: none;
	justify-content: space-around;
	z-index: 9999;
}


#header h1 {
	color: #fff;
	font-size: 30px;
}

#main {
	position: relative;
	top: 90px;
	left: 0px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

#main h2 {
	color: #1A4A8F;
}

#main td {
	font-size: 16px;
}

#block {
	margin: 10px 0px 10px 0px;
	border-bottom: thin solid #646464;
}

#block a {
	color: #000;
	text-decoration:none;
}

#block a:hover {
	color: #D9B116;
	text-decoration:none;
}

#block h3 {
	font-size: 21px;
}