div.book div.toc dd {
	margin-left: 0;
} 
      
div.book div.toc dd dt {
	margin-left: 10px;
}

div.book div.toc dd dd {	
	margin-left: 10px;
} 
.book {
    font-size: 80%;
}
	
h1.title {
    font-size: 150%;
    font-family: Helvetica;
    font-weight: Bold;
    color: black
}

div.toc p {
    font-size: 130%;
    font-family: Helvetica;
    font-weight: Bold;  
    color: MidnightBlue
}

div.list-of-tables p {
    font-size: 130%;
    font-family: Helvetica;
    font-weight: Bold;  
    color: MidnightBlue
}

div.chapter div.sect1 div.titlepage h2.title {
    font-size: 130%;
    font-family: Helvetica;
    font-weight: Bold;
    color: MidnightBlue
}

div.sect1 div.titlepage h2.title {
    font-size: 130%;
    font-family: Helvetica;
    font-weight: Bold;
    color: MidnightBlue;
}

div.sect2 div.titlepage h3 {
    font-size: 120%;
    font-family: Helvetica;
    font-weight: Bold;   
    color: NavyBlue;
}

div.sect3 div.titlepage h4 {
    font-size: 110%;
    font-family: Helvetica;
    font-weight:Bold; 
    color:MediumBlue;   
}

div.sect4 div.titlepage h5 {
    font-size: 100%;
    font-family: Helvetica;
    font-weight: Bold;
    color:DodgerBlue;    
}

body {margin-left: 20px;
	
}
    
.emphasis {font-weight: Bold;
}

.glossterm {font-weight: Bold;
}