body {
	background-color: #0b4a75;
	margin: 0;
	padding: 0;
}

#container {
	height: 90px;
	width: 800px;
	margin-top: -45px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 50%;
}

p {
	line-height: 25px;
	color: white;
	font-family: Georgia;
	font-size: large;
	margin: 10px;
	padding: 0px;
	text-align: center;
}

a {
	text-decoration: none;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #d3d3d3;
}