body {
	background-color: #ffffff;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
html,body {
	-webkit-text-size-adjust: none;
}
img.logo {
    float: left;
    padding-right: 20px;
    max-width: 25%;
    height: auto;   
}
h1 {
    font-size: 1.2em;
    padding-top: 20px;
}
h2 {
    font-size: 1.1em;
    padding-top: 10px;
    margin-top: 20px;
	border-top: 3px solid green;
}
p {
	font-size: 0.90em;
	line-height: 1.5em;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}
div.flipbook {
    float: left;
    width: 160px;
    height: 260px;
    padding: 0 15px 0 15px;
    margin: 0 15px 15px 0;
    border: 1px solid #666666;
}
div.flipbook img {
    max-width: 100%;
    height: auto;
}
div.flipbook p {
    font-size: 0.85em;
    text-align: center;
    margin: 0;
}