body {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 1pt;
    word-spacing: 2pt;
    font-size: 12px;
    font-family: courier new, courier, monospace;
    line-height: 2;
}
img {
    max-width: 100%;
    height: auto;
}

*::-moz-selection {
    background: #ffe600;
    /* Firefox */
    
    color: #767676;
}
*::selection {
    background: #ffe600;
    /* Firefox */
    
    color: #767676;
}
*::-webkit-selection {
    background: #ffe600;
    /* Firefox */
    
    color: #767676;
}

h4 {
    font-weight: bold;
    color: #000000;
    letter-spacing: 1pt;
    word-spacing: 2pt;
    font-size: 14px;
    font-family: courier new, courier, monospace;
    line-height: 2;
}