a {
        color: #526074;
        
        text-decoration: none;

        border-bottom: 1px dashed #526074;
}

a:hover {
        color: #5A5E56;

        text-decoration: none;

        border-bottom: 1px solid #526074;
}

table th.bash a, table th.bash a:hover {
        color: #526074;
        
        text-decoration: none;

        border-bottom: 0;
}

img {
        border: 0;
}

table {
        width: 80%;

        margin: 10px auto;
        padding: 0;
        border-spacing: 0;

        border: 0;

        background: #F0EDE8;

        font-family: Verdana, Arial, sans-serif;
        font-size: 0.9em;

        line-height: 1.6em;
}

table th {
        padding: 5px 0px 5px 15px;
        margin: 0;

        background: #E3DFD8;
        color: #5A5E56;

        font-family: Verdana, Arial, sans-serif;
        font-size: 1.2em;
        font-weight: bold;


}

table th.bash {
        padding: 5px 0px 5px 15px;
        margin: 0;

        background: #E3DFD8;
        color: #5A5E56;

        font-family: Verdana, Arial, sans-serif;
        font-size: 1.0em;
        font-weight: normal;

        text-align: left;
}

table th.bottom {
        padding: 5px 0px 5px 15px;
        margin: 0;

        background: #E3DFD8;
        color: #5A5E56;

        font-family: Verdana, Arial, sans-serif;
        font-size: 1.0em;
        font-weight: normal;

        text-align: left;
}


table td {
        padding: 10px;

        border: 0;
        border-top: 1px solid #E3DFD8;

        vertical-align: top;
}


div.code {
        margin: 15px;
        padding: 5px;
        padding-left: 15px;
        border: 1px dashed #949b8e;
        background: #F9F9F9;
        font-family: "Bitstream Vera Sans Mono", "Courier New", Courier;
        font-size: 10pt;
        line-height: 1.3em;
}

span.comment {
        color: #009B00;
}

span.chars {
        color: #FF0000;
}

span.numbers {
        color: #0000FF;
}

span.commands {
        font-weight: bold;
        color: #800000;
}
