/* CSS Document */

body {
	background-color: #000000;
	margin-top: 40px;
}
p {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #94B9DA;
	margin-top: 8px;
}
a:link, a:visited {
	color: #94B9DA;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}