body {
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #000000;
    background-color: #000000;
}

a {
    color: #000066;
    text-decoration: none;
}

a.index {
    color: #FFFFFF;
    text-decoration: none;
}

a.index:visited  {
    color: #FFFFFF;
    border: none;
}

a:hover {
    text-decoration: underline;	
}

a:visited  {
    color: #000066;
    border: none;
}

img.image1  {
    border: none;
    width: 400px;
    height: 350px;
}

img.image2  {
    border: none;
    width: 400px;
    height: 500px;
}

img.image3  {
    border: none;
    width: 400px;
    height: 300px;
}

img.image4  {
    border: none;
    width: 400px;
    height: 420px;
}

img.image5  {
    border: none;
    width: 400px;
    height: 250px;
}

img.image6  {
    border: none;
    width: 400px;
    height: 600px;
}

img.image7  {
    border: none;
    width: 400px;
    height: 700px;
}

img.image8  {
    border: none;
    width: 400px;
    height: 400px;
}

img.image9  {
    border-style: groove;
    border-color: #000000;
    border-width: 1px;
}

ul {
    list-style: none;
}

ul li:after  {
    content: ", ";
}

ul li.last:after {
    content: ". ";
}

h1 {
    font-size: medium;
    font-weight: bold;
    color: #000000;
    background-color: #F2F2FF;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #003399;
    border-bottom-color: #003399;
    text-indent: 4pt;
}

h2 {
    font-family: Arial;
    font-size:large;
    font-weight: bold;
    color: #000000;
    background-color: #F2F2FF;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #003399;
    border-bottom-color: #003399;
    text-indent: 5pt;
    padding-top: 5px;
    padding-bottom: 5px;
    font-variant: small-caps;
}

h3  {
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    text-transform: uppercase;
}

h4 {
    font-family: Arial;
    font-size: medium;
    font-weight: bold;
    color: #000000;
    background-color: #FFFFD7;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #990000;
    border-bottom-color: #990000;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #990000;
    text-indent: 5pt;
    padding-top: 5px;
    padding-bottom: 5px;
}

h5  {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-color: #DFDFDF;
    margin-left: 10px;
    margin-top: -22px;
    text-indent: 5pt;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #999999;
    border-left-color: #999999;
}

h5.blue  {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-color: #F2F2FF;
    margin-left: 10px;
    text-indent: 5pt;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-style: solid;
    border-bottom-color: #003399;
    border-left-color: #003399;
    border-top-color: #003399;
}

p.summary  {
    width: 250px;
    margin: auto;
    background-color: #F4F4FF;
    padding: 5px;
    padding-left: 10px;
}

p.buffer  {
    margin-left: 20px;
    padding-bottom: 50px;
}

.summaryHeader  {
    font-size: 12;
    font-weight: bold;
    text-decoration: underline;
}

.main  {
    padding-left: 10px;
}

strong.green  {
    color: #009900;
}

strong.red  {
    color: #CC0000;
}

p {
    text-align: center;
}

p.statement {
    text-align: left;
}

p.indexquote {
    color: white;
    text-align: justify;
    padding-right: 12px;
}

p.indexname {
    color: white;
    text-align: justify;
    padding-left: 12px;
}

p.indexenter {
    color: white;
    text-align: right;
    padding-right: 12px;
}

p.title {
    font-weight: bold;
    text-decoration: underline;
}

p.caption {
    font-style: italic;
}

p.poemlink {
    text-align: right;
}

span.currlink {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}

hr {
    width: 75%;
}