@import url(http://fonts.googleapis.com/css?family=Geo);

body { 
	color: #ffffff;
	font-size: 12pt;
	font-style: italic;
	font-family: "Geo";
	font-weight: 900;
	text-align: center;
	background-color: #000000;
	margin-top: 1pt;
}

a:link, a:active, a:visited { color: #ffffff; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: underline; }