body {
    background: #444444;
    color: black;
    font-family: Times;
    font-size: 16px;
}

.title {
    color: black;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.code {
    background: #CCCCCC;
    color: black;
    font-family: courier;
    font-size: 14px;
    font-weight: normal;
    padding: 2px;
}

#debugger {
    display: inline-block;
    background: black;
    border: 8px black;
}

#debugger {
    font-family: courier;
    font-size: 14px;
    font-weight: normal;
    color: white;
}

#debugger span {
    padding: 0px 8px 0px 8px;
}

#debugger .firstInstruction {
    display: block;
    background: white;
    color: black;
    border: none;
}

a {
    color: black;
}

#display {
    display: inline-block;
    border: 5px black solid;
}

#display canvas {
    width: 640px;
    height: 512px;
}
