


/* Presentation Stylesheet */ 
h1{
color:#ffffff;
}
h1:first-letter {
font-size: 150%;
color:#224059;
}

h2{
color:#ffffff;
}
h2:first-letter {
font-size: 120%;
color:#224059;
)

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 120%;
 font-weight: bold;
 color:blue;
 }
