html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, pre, table, th, td, tr { margin: 0; padding: 0; }
p {
text-indent: 1.125em;
margin:0;
}
/*big heading text for chapters*/
.chapter_head{
font-family: "Baskerville", serif;
text-align: center;
margin: 0 0 1em 0;
text-indent:0;
font-size: 250%;
}
/*big heading for title page*/
.big_title_head{
text-align: center;
margin: 2em 0 0.5em 0;
text-indent:0;
font-size: 400%;
font-weight: bold;
}
/*small heading for title page*/
.sub_title_head{
text-align: center;
margin: 2em 0 2em 0;
text-indent:0;
font-size: 150%;
}
/*small heading for title page*/
.small_title_head{
text-align: center;
margin: 2em 0 2em 0;
text-indent:0;
font-size: 200%;
font-weight: bold;
}
/*heading for front and backmatter pages*/
.simple_head{
margin: 2em 0 1em 0;
text-indent:0;
font-size: 200%;
}
/* small text for copyright statement */
.copy_right{
font-size: 80%;
text-indent:0;
}
/* small heading for book list*/
.small_head{
margin: 2em 0 1em 0;
font-weight: bold;
text-indent:0;
font-size: 120%;
}
/* indent for book list*/
.list_indent{
margin: 0 0 0 2em;
text-indent:0;
}
/*italicised text*/
.italic_text {
font-style: italic
}
/*bolded text*/
.bolder {
margin: 1em 0 0 0;
font-weight: bold;
text-indent:0;
}
/*scene separator position and size*/
.separator{
text-indent: 0;
text-align: center;
margin: 0.5em 0 0.5em 0;
font-size: 160%;
}
/*to make first line not indented*/
.no_indent{
text-indent: 0;
}
/*centered text*/
.centered {
text-align: center;
text-indent: 0;
}
/*style for dedication size and position*/
.dedication_note{
text-align: center;
text-indent: 0;
font-size: 130%;
margin-top:4em;
}