
a, a:visited {
  color: #CCCCCC;
  text-decoration: none;
}
a:active {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover, a:focus {
  color: #FFFFFF;
  text-decoration: underline;
}
body, html {
	/* (5) */
	/* This is the background color of the whole webpage. */
	background: #D7D7D7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
h1 {
	color: #333333;
	font-size: 1.5em;
}
img {
	border: none;
}
p {
	color: #333333;
}
div.outer {
	height: 100%;
}
#flipbook {
	height: 99%;
	outline: none;
	width: 100%;
}
.warning {
	border: 1px solid #FFF;
	width: 500px;
	height: 200px;
	margin-left: -255px;
	margin-top: -100px;
	top: 50%;
	left: 50%;
	position: absolute;
	font-size: 0.8em;
	padding: 10px;
	background-color: #FFFFFF;
}