body {
    background: white;
    color:black;
    margin: 20,20,20,20;
}
h1 {
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
    text-decoration: underline;
}
h2 {
    font-size: 14pt;
    text-align: center;
}
p {
    font-size: 12pt;
    font-weight: normal;
    text-decoration: none;
    text-indent: 20px;
}