body {
   background-color: white;
   font-family: sans-serif;
   align: center
}
            
p {
    text-align: left;
    color: black;
    font-family: sans-serif;
}

p.small {
    font-size: 10pt; 
}

p.adminMessage {
    font-style: italic;
    color: blue;
}
span.emphasis {
   color: #ff0000;
   font-style: italic
}

div.sectionHeader {
   font-size: large
}

li {
   padding-bottom: 10
}

