body {
 font-family: 'D2Coding', monospace;
}

p {
    margin-top: 4px;
    margin-bottom: 4px;
}

table {
    width: 100%;
}

table td {
    border:1px solid black;
}

table tr.head td {
    background-color: #cccccc;
    text-align: center;
}