body {
    background-color: #FFFFFF;
    font-family: Georgia, Verdana, sans-serif;
    font-size: 1.0em;
    color: black;
}

h1, h2, h3 {
    color: black;
}

h1, h2 {
    margin: normal;
}

h3 {
    margin-top: 10px;
}

p {
    margin: normal;
}

p.comment {
    text-align: justify;
}

p.introduction {
    font-size: larger;
    width: 800px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

p.name {
    margin: normal;
    text-align: right;
}

a:link {
    color: #3300CC;
    text-decoration: none;
}

a:visited {
    color: #339933;
    text-decoration: none;
}

a:active {
    text-decoration: underline; 
}

a:hover {
    text-decoration: underline; 
}

.floatright {
    float: right;
    margin: 0 0 10px 20px;
}

.floatleft {
    float: left;
    margin: 0 20px 10px 0;
}

.clearboth {
    clear: both;
}

div.mediacolumn {
    float: left;
    width: 310px;
    padding: 0px;
    margin: 10px 25px 25px 25px;
}

img.mediacolumn {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img {
    padding: 5px;
}

img.small {
    float: left;
    height: 300px;
    padding: 5px 10px 5px 5px;
}

div.mediarow {
    height: auto;
    padding: 10px;
}

#container {
    
    background-color: #FFFFFF;
    margin: 10px 50px 10px 50px;
    border-width: 0px;
    border-color: black;
    border-style: solid;
}


.section {
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    border-bottom-width: 1px;
    border-bottom-color: black;
    border-bottom-style: solid;
    overflow: auto;
}

div.comment {
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    border-bottom-width: 1px;
    border-bottom-color: black;
    border-bottom-style: solid;
    overflow: auto;
}

.sectionheader {
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 100px 10px;
    border-bottom-width: 1px;
    border-bottom-color: black;
    border-bottom-style: solid;
    overflow: auto;
    text-align: center;
}

.sectionfooter {
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    border-bottom-width: 1px;
    border-bottom-color: black;
    border-bottom-style: none;
    font-size: smaller;
}

address {
    font-style: normal;
}

.caption {
    font-size: smaller;
    margin-top: 0px;
    clear: both;
}


.list {
    list-style-type: disk;
    list-style-position: inside;
    padding: 0.5em 0.0em 1.0em 1.5em;
    margin: 0em;
}