BODY {
FONT-FAMILY: Arial, Helvetica, sans-serif;
background-color: #fff;
color: #234;
}
#frontpage {
width: 800px;
}
h1 {
border-bottom: solid 1px #789;
text-align:center;
}
p {
    text-align: center;
}
.fronttable {
    border: solid 1px #789;
    text-align: center;
}
.fronttable td {
    text-align: center;
    border: solid 1px #789;
}

.fronttable th {
    text-align: center;
    /* vertical-align: top; */
    border: solid 1px #789;
}
#copy {
    FONT-SIZE: 8pt;
}
