body {
color: black;
background: white;
font-family: verdana, arial, palladio, sans-serif;
font-size: 1em;
text-align: justify;
margin-top: 1em;
margin-left: 2em;
line-height: 1.5em;
width: 90%;
}

table {
margin-top: 0em;
color: black;
background: white;
font-family: verdana, arial, palladio, sans-serif;
font-size: 1em;
text-align: justify;
line-height: 1.5em;
}

.right {
text-align: right;
}

.largerlm {
margin-left: 18%;
}

.largelm {
margin-left: 15%;
}

.midlm {
margin-left: 10%;
}

.indent {
margin-left: 2%;
}

.left {
text-align: left;
}

.center {
text-align: center;
}

.nopad {
margin-top: 0em;
margin-bottom: 0em;
}

.padright {
text-align: right;
margin-top: 8em;
}

.pad2top {
margin-top: 2em;
}

.pad8top {
margin-top: 8em;
}

.smcap {
font-variant: small-caps;
font-size: 1.1em;
line-height: 1.5em;
}

.sm {
font-size: 0.9em;
}

.fl {
float: left;
}

a:link {
color: navy;
background: white;
}

a:visited {
color: olive;
background: white;
}

h1, h2, h3 {
text-align: center;
font-variant: small-caps;
font-weight: bold;
}

li {
line-height: 1.8em;
}

ol li {
list-style-type: decimal;
}

img {
float: none;
border: 0;
}

em {
color: teal;
background: white;
font-style: normal;
}

strong {
color: maroon;
background: white;
font-style: normal;
}

blockquote em {
font-family: garamond, georgia, serif;
font-style: normal;
}

pre {
font-family: "courier new", courier, monospace;
}

