

/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:0px;
 }

h4 {
 margin:0; 
 padding: 0px 0;
 }
 
p:first-letter {
 font-size: 80%; 
 font-weight: bold;
 color:red;
 }
 
  
  <!--
 a:link { text-decoration:none; color:#E00000; }
 a:visited { text-decoration:none; color:#800000; }
 a:hover { text-decoration:none; background-color:#c0c0c0; }
 a:active { text-decoration:none; background-color:#000000; }
-->
