body      { font-family: Georgia, serif;
            margin-left: 0.5in;
            margin-top: 0.25in;
            font-size: 11pt;
          }

#pdf   { position: relative;
         left: 85%;
         top: 0px;
         width: 0px;
         height: 0px;
       }

pre[class*="language-"] {
    font-size: 9pt;
    padding: 0;
    text-align: center;
    background-color: white;
    line-height: 0.8;
}

.address code {
    font-family: Georgia, serif;
}

.header                      { font-weight: medium;
                               text-align: center;
                             }

.header .title               { font-weight: medium;
                               font-size: 18pt;
                             }


.section                     { margin-top: 25px;
                             }

.section .head               { margin-bottom: 0px;
                             }

.section .head .title        { font-size: 14pt;
                               font-weight: medium;
                               text-decoration: underline;
                             }

.subsection .head            { margin-bottom: 0px;
                               margin-top: 1.5em;
                             }

.subsection .head .title     { font-size: 12pt;
                               font-weight: medium;
                               text-decoration: none;
                             }

.subsubsection               { margin-left: 1em;
                             }

.subsubsection .head         { margin-bottom: 0px;
                               margin-top: 1em;
                             }

.subsubsection .head .title  { font-size: 11pt;
                               font-weight: medium;
                               font-style: italic;
                               text-decoration: none;
                             }

ul                           { padding-left: 1em;
                               padding-top: 0px;
                               margin-top: 0px;
                             }

p         { margin-top: 0.5em;
            padding-top: 0px;
            margin-bottom: 0px;
            padding-bottom: 0px;
          }


a         { color: black;
            text-decoration: none;
            border-bottom-style: dotted;
            border-bottom-color: #747474;
            border-bottom-width: 1px;
          }

a:visited { color: black;
            text-decoration: none;
            border-bottom-style: dotted;
            border-bottom-color: #747474;
            border-bottom-width: 1px;
          }

a.image   { text-decoration: none;
            border-bottom-style: none;
          }

a.image:visited { text-decoration: none;
            border-bottom-style: none;
          }

@media print {

.body {
    margin-right: 1in;
}

#pdf   { display: none; }

#break { page-break-before: always; }

#margin { padding-top: 0.5in; }

a, a:link, a:visited {
    text-decoration: none;
    border-bottom-style: none;
}

}

