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

.right {
text-align: right;
}

.center {
text-align: center;
}

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

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

.sm {
font-size: 0.9em;
}

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 {
list-style: circle;
}

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;
}

