#wrapper {
		
		background-color: #045c74;
		border-radius: 72px;
		box-shadow: 5px 5px 10px #e2dcc9;
		padding: 60px;
}

body {
	background: #042c4a;
	font-family: "lucida grande", verdana, sans-serif;
}

a:link {
	color: antiquewhite;
	text-decoration: none;
}

a:visited {
	color: #c6f2f2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #b4ad9e;
}

h1 {
	color: antiquewhite;
    font-size: 50px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px double black;
}

h2 {
	color: antiquewhite;
}

ol {
    color: antiquewhite;
}

footer{
    color:antiquewhite;
}
