#zg_body {
        color:black;
    }
    #zg_body h1,h2 {
        padding-left: 12px;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-top: 32px;
        margin-bottom: 12px;
        background-color: gray;
        color: white;
        font-size: 24px;
        font-weight: bold;
    }
    #zg_body a {
        color: #1e90ff;
        border-bottom: thin dashed #1e90ff;
        margin-left: 4px;
        margin-bottom: 4px;
        text-decoration: none;
    }
    #zg_body hr {
        border-width: 1px 0px 0px;
        border-style:dashed;
        color: gray;
    }
    #zg_body p {
        color:black;
    }
    #zg_body .terminal {
        padding-left: 10px;
        padding-top: 4px;
        padding-bottom: 4px;
        background-color: black;
        color: white;
    }
    #zg_body .cmd {
        color: lawngreen;
    }
    #zg_body .prompt {
        color: aqua;
    }
    #zg_body .sql {
        color: hotpink;
    }