﻿.border
{
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
}
p
{
    font-family: 'Comic Sans MS';
    margin-left: 20px;
    color: #000000;
    font-size: 10pt;
}
hr
{
    width: 500px;
    text-align: center;
    color: #ffcc99;
    height: 5px;
}

ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
    background-image: url(../Chanute/ImagesBase/list_image.gif);
    background-repeat: no-repeat;
    background-position: -2px 0.4em;
    padding-left: 1.6em;
    padding-top: .3em;
}
.quote
{
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10pt;
    padding-bottom: 10px;
    color: black;
    padding-top: 10px;
    font-style: italic;
    font-family: Arial;
    text-align: center;
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.chapterhead
{
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
    font-family: Arial;
    text-align: center;
    text-decoration: underline;
}
.thicktable
{
    font-size: 0.8em;
    color: black;
    font-style: italic;
    font-family: Arial;
    text-decoration: underline;
    text-align: center;
}
.tdsmall
{
    padding: 5px;
}
.galleryImageTM
{
    width: 160px;
    height: 104px;
    clear: right;
    margin: 10px;
}
.papers
{
    background-image: url(../Chanute/ImagesBase/papbkgrnd.jpg);
    font-size: 10pt;
    color: #000000;
    font-family: Arial;
    text-align: justify;
}
.subtitle
{
    font-weight: bold;
    font-size: 12pt;
    padding-bottom: 10px;
    color: black;
    padding-top: 5px;
    font-family: Garamond;
    text-align: center;
    text-decoration: underline;
}
Div #Article
{
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12pt;
    background-image: url(../Chanute/ImagesBase/papbkgrnd.jpg);
    width: 90%;
    color: black;
    font-family: Garamond, Arial;
    text-align: justify;
}
a:active
{
    font-size: larger;
}
a:hover
{
    color: blue;
    background-color: silver;
}
a:visited
{
    font-style: italic;
}


