#footbar {
   position:fixed;
   bottom:-17px;
   left:0;
   width:100%;
   background-color:#FBFCFD;
}

#footbar ol {
    width: 80%;
    margin-top: 0.3em;
}

#footbar li {
   font: italic 1em Georgia;
   color: #999999;
}

#footbar p {
    font: normal .8em Arial;
    color: #000000;
    margin: 0.1em;
}

#footnotes {
    width: 80%;
}

#footnotes li {
   font: italic 1em Georgia;
   color: #999999;
}

#footnotes p {
    font: normal .8em Arial;
    color: #000000;
    margin: 0.1em;
}

.back {
    text-decoration: none;
    font-size: 1.4em;
    color: #444444;
    font-weight: bold;
}

.footnote a {
   text-decoration: none;
   color: #999999;
   font-weight: bold;
}

.footnote a:visited {
   color: #999999;
}
