@import url('https://fonts.googleapis.com/css2?family=Crete+Round&family=Libre+Baskerville:wght@700&family=Open+Sans&display=swap');

html {
    font-family: Serif;
}

.contents>li {
    font-size: 24px;
}

h1, h2, h3, th {
    font-family: 'Crete Round', serif;
}

body {
    margin: 100px auto 100px auto;
    max-width: 1000px;
    width: 100%;
    background-color: whitesmoke;
}

main {
    margin: 0 50px 0 50px;
}

table, th, td {
    border: 1px solid;
    border-collapse: collapse;
    padding: 5px 10px 5px 10px;
    text-align: left;
}

.blurb {
    padding-bottom: 20px;
}

.withdrawn {
    background-color: gray;
    text-decoration: line-through;
}

.largenumbers {
    font-family: monospace;
    font-size: 24px;
}
