

/* Presentation Stylesheet */ 

h1 {
 margin:0; 
 padding:2px;
 font-size:10pt;
 font-weight:100;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 }
 
 h2 {
	margin: 5px;
	padding: 5px;
	font-size: small;
	font-weight: 100;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2:first-letter {
  font-size: 150%;
  color:#606060;
}

 
 h3 {
 margin:10;
 padding:5px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:small;
 font-weight:100;
 
 }

h4 {
 margin:0; 
 padding:2px;
 font-size:8pt;
 font-weight:100;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 }
 
 h5 {
 margin:8px;
 padding:4px;
 font-size:10pt;
 font-weight:100;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 
 }
 
 h6{
 margin:0;
 padding:0px;
 font-size:small;
 }
 
 
 
p:first-letter {
 font-size: 120%; 
 font-weight: bold;
 color:#7575C5;
 }
