
/* Presentation Stylesheet */ 

body {
 font-size: 100%; 
 font-weight: bold;
 color:black;
 }

h4 {
 margin:0;
 padding: 5px 0;
 }

h5 {
 margin:0;
 padding: 5px 0;
 }

p {
 font-size: 90%; 
 font-weight: bold;
 color:black;
 }

/* disabled the Initial letter code 
p:first-letter {
 font-size: 90%; 
 font-weight: bold;
 color:blue;
 }
*/

