

/* Presentation Stylesheet */ 
h4 {
 margin:0;
 padding: 5px 0;
 }
 
p  {
 font-size: 100%; 
 
 color:black;
 }

h2  {
 font-size: 200%; 
 font-weight: bold;
 color:red;
 }

h1  {
 font-size: 100%; 
 color:black;
 }