/* hide from ie on mac \*/
html { height: 100%; }
#simpleViewer { height: 100%; width: 100%;}
/* end hide */


a { color: #000000;}

body {
	height: 100%;
	margin: 0%;
	padding: 0%;
	background: #FFF;
	color:#000000;
	

	font-family: Verdana, Tahoma;
	font-size: 100%;
	margin-left: 0%;

}
p {
	width: 100%;

	font-family: Verdana, Tahoma;
	font-size: 120%;
	margin-left: 5%;

}
a { color: #000000; }

