body {
        margin: 3em;
        margin-bottom: 10em;
        color: #610000;
        background-color: white;
        font-family: Palladio, serif;
}
a:link {
        text-decoration: none;
        color: #A00000;
        font-weight: bold;
}
a:visited {
        text-decoration: none;
        color: #A00000;
        font-weight: bold;
}
a:hover {
        color: white;
        background-color: #A00000;
}
table.links {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	border-collapse: collapse;
	width: 80%;
}
table.links td {
	padding: .5em;
}
table#blinks {
	border-top: 2px solid #bef4b0;
}
table#tlinks {
	border-bottom: 2px solid #bef4b0;
	font-weight: bold;
	font-size: 16pt;
}
