/*Ebook Print CSS - v0.01*/
/*www.shoesforindustry.net*/
/*For the ebooks of A.J. Hall */
html, body, p, a, ul, li, h1, h2, h3, h4{
 font-family: Tahoma, Arial, Geneva, Lucida, Helvetica, Arial, sans-serif;
background: white;
font-size: 12pt;
color: black;
}
body {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 1%;
	margin-top: 1%;
	background: white;
}
#wrapper {
	background: white;
	}
	
#bookcover{
	background: white;
}
h1 a{
font-size: 30pt;
text-align: center;
}
a {
	text-decoration: none;
	margin:0;
	padding:0;
}

h2 {
font-size: 25pt;
text-align: center;
}
h3 {
font-size: 20pt;
text-align: center; 
border-bottom: 1px solid #ccc;
}
h3 a{
font-size: 20pt;
text-align: center;
}

h4 {
 padding-top: 20px;
font-size: 12pt;
text-align: center;
}
		
#nav {
float: none;
text-align: center;
	background: white;
	}

#hide {
display: none;
}
#nav hr {
	display: none;
}
#nav h3 {
	display: none;
}
#nav ul{
display: none;
}

#contents {
	text-align: justify;
	background: white;
}
hr{
height: 1px;
border: none;
	color: #ccc;
	text-align: center;
width: 58%;
}	
#footer {
display: none;
	}
#standards p {
display: none;
}

img.pleft{
	display: none;
}