body {
	background: #00A3E0
}
#wrapper {
	width: 1175px;
	background: #fff;
	margin: auto;
	padding-bottom: 30px;
}
h1 {
	text-shadow: 5px 5px #ccc;
	text-align: center;
	color: #E4002B
}
img {
	margin-left: 520px;
	maring-bottom: 100px;
}
table {
	width: 1100px;
	border-collapse: collapse;
	text-align: center;
	margin-left: 30px;
	margin-top: 30px;
	box-shadow: 15px 15px 10px rgba(0,0,0,0.7);
}
.header {
	background-color: #012169;
	color: #fff;
}
table tr td a {
	display: block;
	text-decoration: none;
	padding: 10px;
	color: #000
}
table tr td a:hover {
	background: #E4002B;
	color: #fff !important;
}
table tr td a:visited {
	color: #8094DD;
}