/* The basic elements: */
body {
/*    font: Verdana,sans-serif; */
    background-color: White;
    color: Black;
/*    margin: 0;
    padding: 0;*/
}

a {
/*    text-decoration: none;*/
    color: #333333;
    background-color: transparent;
}

.code {
    font-size: 90%;
    color: #002B3D;
}

pre {
    font-size: 80%;
    padding: 1em;
    border: 1px dashed #779900;
    color: #002B3D;
    overflow: auto;
}


h1, h2, h3, h4, h5, h6 {
    color: Black;
    background-color: transparent;
/*    font-family: Arial,sans-serif;*/
    font-size: 100%;
    font-weight: normal;
/*    margin: 0;
    padding-top: 0.5em;*/
    border-bottom: 1px solid #000000;
}

h1 {
    font-size: 180%;
    color:#779900;
    font-weight: bold;
}

h2 {
    font-size: 170%;
    color:#779900;
    font-weight: bold;
}

h3 {
    font-size: 140%;
    border-bottom: none;
/*    color:#779900;*/
    font-weight: bold;
}

h4 {
    font-size: 140%;
    border-bottom: none;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
    color:#333333;
}

h6 {
    font-size: 85%;
    border-bottom: none;
    font-weight: bold;
}
