body {
    font-family: Baskerville Old Face, Times New Roman, Perpetua, sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #3f6d82;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
}
table {
    font-family: Baskerville Old Face, Times New Roman, Perpetua, sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #3f6d82;
    background-color: #ffffff;
}
.topTable {
    font-family: Baskerville Old Face, Times New Roman, Perpetua, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #3f6d82;
    background-color: #ffffff;
}
li { list-style: square; }
a:link {
	text-decoration: none;
 	color: #3f6d82;
}

a:visited {
	text-decoration: none;
	color: #3f6d82;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

