BODY {
background-color: white;
color: black;
font-family: Times, serif;
}

H1, H2, H3, H4, H5, H6 {
font-family: Helvetica, sans-serif;
}

H1 {
text-align: center;
}

DIV.contents {
text-align: center;
}

COL {
width: 25%;
}

TABLE {
width: 75%;
}

div.links {
position: fixed;
bottom: 0;
left: 0;
background-color: silver;
color: black;
text-align: center;
width: 100%;
}

div.title{
position: fixed;
top: 0;
left: 0;
background-color: silver;
color: black;
text-align: center;
width: 100%;
height: 5em;
}

div.text{
padding-top: 4em;
padding-bottom: 1em;
}

div.copyright {
font-size: smaller;
font-style: italic;
padding-bottom: 4em;
}
