h3,h2
{
color: #fff;
background-color: #008eb7;
-moz-border-radius: 3px;
border-radius: 3px;
padding:3px;
margin:10px 0px;
text-shadow:2px 2px 3px #404040;
}

pre{

    border: solid 1px #ccc;
    padding: 5px;
    overflow:auto;
    background: #eee;
    color:#004080;
    font-family:Consolas "Courier New" Fixedsys;

}

.code{}

.longcode{
    height: 200px;
}

.console{
    background: #000;
    color: #ccc;
    font-family:"Verdana";

}