

/* Presentation Stylesheet */ 
p {
    padding: 0 0px;
    text-align: center;
}

h1, h2, h3 h4 {
    margin:0;
    padding: 5px 0;
}

p:first-letter {
    font-size: 120%;
    font-weight: bold;
    color: rgb(240, 92, 147);
}
h1:first-letter {
    font-size: 120%;
    font-weight: bold;
    color: rgb(240, 92, 147);
}
h2:first-letter {
    font-size: 120%;
    font-weight: bold;
    color: rgb(240, 92, 147);
}
h3:first-letter {
    font-size: 120%;
    font-weight: bold;
    color: rgb(240, 92, 147);
}
h4:first-letter {
    font-size: 120%;
    font-weight: bold;
    color: rgb(240, 92, 147);
}
