#ticker-area{
    background: transparent url(/images/fondo_submenu.gif) repeat scroll 0 0;
    border: 1px solid #666666;
    border-left: none;
    border-right: none;
    padding: 5px 10px;
    margin: 0px 0px 20px 0px;
    font-size: 1.2em;
    font-weight: normal;
    color: Black;
}
.codeblock{
    background: #EEE;
    color: #030;
    line-height: 1.3em;
    padding: 0.8em;
    border: 1px solid #CCC
}
.code{
    font-family: "Courier New", Courier, monospace;
}
.highlight{
    font-weight: bold;
}
.littlelink{
    float: right;
    font-size: small;
}