

/* Presentation Stylesheet */ 
body {
	font: 100% Times New Roman, Arial, Helvetica, sans-serif;
}

p {
 padding: 0 15px;
 font-size: 120%;
 }

h4, h3 {
 margin:0; 
 padding: 5px 0;
 }

h5 {
 font-size: 130%;
 font-weight: bold;
 padding: 0px 0;
 }

p:first-letter {
 font-size: 120%; 
 font-weight: bold;
 color:blue;
 }