a {
    text-decoration: none
    }
a:hover {
    color: red
    }
a:visited {
    color: gray
    }
blockquote {
    text-indent: -2em;
    padding-left: 2em
    }
small {
    font-style: normal;
    font-size: small
    }
body {
    margin: auto 10em
    }
p {
    text-align: justify
    }
.small {
    font-size: small
    }
.medium {
    font-size: medium
    }
.large {
    font-size: large
    }
.x-large {
    font-size: x-large
    }
.xx-large {
    font-size: xx-large
    }
h1, h2 {
    page-break-before: always
    }
h1, h2, h3 {
    text-align: center;
    font-weight: normal;
    clear: both;
    margin: 2em auto 1em auto
    }
p.drop:first-letter {
    clear: left;
    font-size: 300%;
    line-height: 70%
    }
.uppercase {
    text-transform: uppercase
    }
hr {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center
    }
hr:after {
    content: "§";
    display: inline-block;
    padding: 0 0.25em;
    background: white
    }
hr.tb {
    width: 45%;
    margin: 2em 27.5%
    }
hr.chap {
    width: 65%;
    margin: 2em 17.5%
    }
#cloudform td {
    text-align: right;
    padding: 0 1em
    }
#cloudform td:first-child {
    text-align: left
    }
#velocity td:first-child {
    text-align: right;
    padding: 0 2em
    }
.images td {
    vertical-align: middle;
    text-indent: 0;
    padding: 0
    }
.decimal {
    white-space: nowrap;
    text-align: center
    }
.decimal span.left {
    width: 3em;
    display: inline-block;
    text-align: left
    }
.decimal span.right {
    width: 3em;
    display: inline-block;
    text-align: right
    }
.table {
    display: table;
    margin: 1em auto
    }
.tcell {
    display: table-cell
    }
table {
    margin: 2em auto
    }
.tdl {
    text-align: left
    }
.tdr {
    text-align: right
    }
.tdr3 {
    vertical-align: bottom;
    text-align: right
    }
.tdc {
    text-indent: 0;
    padding: 0;
    text-align: center
    }
.bbox {
    border-collapse: collapse;
    border: solid 2px
    }
.bbox td {
    border: solid 1px
    }
.bbox th {
    border: solid 1px
    }
.copy {
    font-size: small;
    text-align: center
    }
.smcap {
    font-style: normal;
    font-variant: small-caps
    }
.caption {
    text-align: center
    }
.w50 {
    width: 50%
    }
.w100 {
    width: 100%
    }
img {
    border: none;
    max-width: 100%
    }
.figcenter {
    clear: both;
    display: table;
    margin: 2em auto;
    text-align: center
    }
.pagenum {
    color: #004200;
    font-style: normal;
    font-weight: normal;
    font-size: small;
    text-align: right
    }
.transnote {
    background-color: #E6E6FA;
    border: #000 solid 1px;
    color: black;
    margin: 1em auto;
    padding: 1em
    }
@media all {
    p.drop:first-letter {
        float: left;
        clear: left
        }
    }