/* CSS Document */
body {
	background-color: #000066;
	color: white;
	font-family: Papyrus;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
}

div {
	margin: auto;
	text-align: center;
}

a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

