.boxedoutput
{
    border-right: black thin;
    border-top: black thin;
    border-left: black thin;
    border-bottom: black thin;
    background-color: #c0c0c0;
    font-family: 'Courier New';
}

.solution
{
    border-right: black thin;
    border-top: black thin;
    border-left: black thin;
    border-bottom: black thin;
    background-color: #ccffff;
    font-family: 'Tahoma';
    font-size: small;
    font-weight: bold;
    text-align: center;
}