
html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	}

a{
	text-decoration: none;
	color: #404040;
}
 a:hover{
	text-decoration: none;
	color: #ff3000;
}
#jpp {
	height: 100%;
	color: #404040;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}






	

