* {
	margin: 0;
	padding: 0;
	}

body {
	visibility: visible;
	height: 100%;
	float:none;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 100;
	line-height: 17px;
	color: #FFF;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: 100;
	line-height: 17px;
	color: #FFF;
}


a {
	text-decoration: none;
	color: #FFF;
	}
	
a:hover {
	text-decoration: none;
	color: #66CC00;
	}
	
