html {
    background-color: #006600;
}
body {
    font-size: 20px;
    padding: 60px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.content {
    width: 800px;
    margin: 0 auto;
    padding: 60px;
    background-color: #ffffff;
}
.content p {
    text-align: justify;
}
.heading {
    margin: 15px auto;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}
.heading-two {
    margin: 15px auto;
    text-decoration: underline;
}
.heading-three {
    text-indent: 80px;
    line-height: 2;
    margin: 15px auto;
    text-decoration: underline;
}
.content p.orderPageNumber {
    margin: 15px auto;
    padding: 0;
    width: 800px;
    text-align: center;
    text-indent: 0;
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
}
.content table.orderPageTable {
    width: 800px;
    color: #9999ff;
    font-size: 18px;
}
.content table.orderPageTable td.orderLeftCell {
    text-align: left;
    vertical-align: top;
    width: 15%;
}
.content table.orderPageTable td.orderCenterCell {
    text-align: center;
    vertical-align: top;
    width: 65%
}
.content table.orderPageTable td.orderRightCell {
    text-align: left;
    vertical-align: top;
    width: 20%;
}
.content table.orderFootTable {
    font-family: 'Times New Roman', Times, serif;
    width: 800px;
    color: #000000;
    font-size: 16px;
    margin: 15px auto;
}
.content table.orderFootTable td.orderFootLeft {
    text-align: left;
    vertical-align: top;
    width: 20%;
}
.content table.orderPageTable td.orderFootRight {
    text-align: left;
    vertical-align: top;
    width: 80%;
}
.fn {
    border-top: 1px solid #000000;
    text-indent: 0;
    font-size: 16px;
    line-height: 1.5;
}
.qt {
    margin-left: 80px;
    margin-right: 80px;
    text-indent: 0;
    line-height: 1.5;
}
ol {
    margin: 10px 10px 10px 80px;
    padding: 0;
}
ol li {
    margin: 0;
    padding: 10px 10px 10px 20px;
    line-height: 1.5;
}
ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li {
    display: block;
    font-size: 14px;
    list-style: none;
    padding: 10px 10px 10px 20px;
    line-height: 1.5;
}
sup {
    font-size: 12px;
}
.code {
    margin: 0 10px;
    padding: 0 10px;
    font-family: Consolas, Monaco, Menlo, Consolas, 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.2 !important;
}
.code strong {
    display: block;
    margin: 8px 0 0 0;
}
.code div {
    text-indent: 40px;
}
