#header-home, #header { 
	display: none;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 100%;
}

/* just some hack - ignore user defined <font> */
font {
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3  {
  border-width: 0px;
  border-style: solid; 
}

h1, h5 {
  font-size: 2em;
}

h2, h6 {
  font-size: 1.7em; 
}

h3 {
  padding: 3px;
  font-size: 1.4em;  
}

h4 {
  border-bottom-style: solid;
  border-bottom-width:1px; 
}

h4 {
  border-color:#cccccc;
  font-size: 1.2em;
}

h1, h5 {
  color: #FFFFFF; 
  background-color: #f37205;
  text-indent: 5px;
}
h2, .book_chapter_title, h6 {
  display: block;
  color: #FFFFFF; 
  background-color: #5C5F62;
  background-image: none;
  text-indent: 5px;  
}

h6, .book_chapter_title, h5 {
	font-size: 1.2em;
	line-height: 1.7;
}

.book_title {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
}

.book_chapter_title {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}




