body {
    font-family: 'Arial, Helvetica';
    color: blue;
}

.divborder {
    border-width: .1em;
    border-style: solid;
    border-color: 0;
}


.heading {
    font-size: 14pt;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
}

.smalltext {
    font-size: 10pt;
    color: black;
}

.message {
    font-size: 12pt;
    text-align: center;
    vertical-align: top;
    color: magenta;
}

