
body {
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 20px;
}

div#main {
    width : 700px;
}

h3 {
    border-left-width: 6px;
    border-left-style: solid;
    border-left-color: #4aa0e0;
    float : left;
    margin-bottom : 10px;
    text-indent: 10px;
    width : 700px;
}

pre {
    width : 700px;
    float : left;
    margin-bottom : 30px;
}

