/* Style Sheet for information extracts from ePub Books */


body {
	background-color: #f1f1f1;	
	margin-left:5%;
    margin-right:5%;
    margin-top:2%;
    margin-bottom:5%;}

h2 { text-align: center;
	padding-top : 20px ;
	padding-bottom : 20px ;
    background-color: lightgrey;
	font-size: 25px;
    clear: both;
    font-family:"Times New Roman"; }
	
p {
	font-size: 20px;
    margin-left:0;
    margin-right:0;
    margin-top:0;
    margin-bottom:0;
    text-align: justify;
    font-family:"Times New Roman";}
