

body {
	font-family: Garamond, Times;
	background-color: #C2E2F0;
}


#box {
	margin: 15%; 
	text-align: center; 
	background-color: #38544A; 
	padding: 10px;
	color: white;
	border-bottom: 10px solid #2C2C3E;
}

#box a, #box a:visited, #box a:hover, #box a:active {
	color: white;
}

#box a:hover, #box a:active {
	background-color: #C2E2F0;
	color: #2C2C3E;
}



