@charset "utf-8";

body {
    background-color: mistyrose;
}

code {
    font-family: "Courier New", Courier, mono;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

dfn {
    font-family: "Gill Sans", Futura, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
}

h1 {
    border-color: black;
    border-style: solid;
    border-width: 0 0 2pt;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
    font-weight: bolder;
    font-variant: small-caps;
    letter-spacing: 4pt;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    width: 77%;
}

h2 {
    border-color: black;
    border-style: solid;
    border-width: 0 0 1pt;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
    font-weight: bold;
    font-variant: normal;
    letter-spacing: 3pt;
    text-align: left;
    width: 66%;
    padding-bottom: 0px;
}

h3 {
    border-color: black;
    border-style: solid;
    border-width: 0 0 1pt;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    letter-spacing: 2pt;
    padding-bottom: 0px;
    text-align: left;
    width: 55%;
}

h4 {
    font-size: 14pt;
    padding-bottom: 0px;
    text-align: left;
}

p {
    margin-left: 10pt;
	font-family: "Palatino Linotype", Palatino, serif;
    font-size: 12pt;
}

pre {
    font-family: "Courier New", Courier, mono;
    font-size: 12pt;
    margin-left: 40pt;
}

table {
    border: 0;
    cellpadding: 0;
    float: right;
    margin: 10pt;
}

td {
    background-color: white;
    border: black solid 1px;
    padding-left: 10pt;
    padding-right: 10pt;
    vertical-align: top;
}

th {
    background-color: thistle;
    border: black solid 1px;
    padding-left: 10pt;
    padding-right: 10pt;
    text-align: left;
    vertical-align: top;
}

var {
	font-family: "Palatino Linotype", Palatino, serif;
	font-style: italic;
}

a {
    text-decoration: none;
}
a:link {
    color: black;
}
a:visited {
    color: purple;
}
a:hover {
    color: blue;
    text-decoration: underline;
}
a:active {
    color: red;
}

.mistyhead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    font-variant: small-caps;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: left;
}

.rule {
    text-indent: -0.5in;
    margin-left: 1in;
}

