.cell
{
    border:2px solid black;
    margin-right:5px;
    color: #000000;
}

.code
{
    font-family:arial;
    font-size:12pt;
    font-weight:bold;
    color:black;
}

.highlightred
{
    font-family:arial;
    font-size:12pt;
    font-weight:bold;
    color:red;
}

.highlightblue
{
    font-family:arial;
    font-size:12pt;
    font-weight:bold;
    color:blue;
}

.highlightgreen
{
    font-family:arial;
    font-size:12pt;
    font-weight:bold;
    color:green;
}

.highlightgrey
{
    font-family:arial;
    font-size:12pt;
    font-weight:bold;
    color:rgb(32, 32, 32);
}

.subsection
{
    display:inline-block;
}
