table {

    color: #ffffff;
    background-color: #0000ff;
    width: 100%;
    border: medium solid black;

}

td {

    font-size: 25pt;
    text-align: center;
    height: 100px;

}

td.full {

    text-align: left;

}

.code {

    white-space: pre;
    font-size: 14pt;
    font-family: "courier";

}

a {

    color: #ffffff;
    text-decoration: none; 

}