@charset "UTF-8";
/* CSS Document */

<style type="text/css">
body 
	{margin:0em;
	 padding:0em;
	 font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	 font-size: 0.8em;
	 color: #fff;
	}
	
a, img {
	margin-top: 100px;
	color: #000;
	text-decoration: none;
	border: none;
	border-width:0;
}
p {
	color: #fff;
	margin-top: 20px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

</style>