.code {
    color: #333;
    padding: 6px;
    background: #eeeeee;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 1em;
    margin-bottom: 1em;
    white-space:pre;
}

.title{
    white-space: nowrap;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: rgb( 0, 0, 0 );
}

