/*  Common styles for book pages applies to all book pages and sections  */

/*
FILE UPDATE LOG

  DATE       BY WHOM  WHAT
----------   -------  ----------------------------------------
2017-03-02     JEK    Establish this file as Baseline
*/

body, div, span
	{
		background-color:#9ecd9e;
		background-image:none;
		font-family: Times New Roman, Times New Roman, Times, serif;
		font-size:105%;
		margin-top:20px;
	}
    
#italtxt {
    font-style: italic;
}
    