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

body {

	background: #f0f0f0;
	text-align:center;
	margin:50;
	width=100%;
	height=100%;
 
}

html {
	height: 100%;
	overflow: auto;
}

#pageflip {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

A:link {text-decoration: none; color: #f1f1f1;font-size: 10px}
A:visited {text-decoration: none; color: #f1f1f1;font-size: 10px}
A:active {text-decoration: none; color: #f1f1f1;font-size: 10px}
A:hover {text-decoration: underline; color: #f1f1f1;font-size: 10px}


