body {
        background-color: black;
        color: white;
        font-family: monospace;
        font-size: xx-small;
        padding: 10px;
        margin-top: 10px;
    }

h1  {
    font-weight: bold;
    padding: 0px;
    margin-top: 40px;
}

table, th, td {
        border: 1px solid white;
        border-collapse: collapse;
        text-align: center;
        padding: 6px;
        line-height: 20px;
        font-size: 16px;
    }
td {
	font-weight: lighter;
}
