<style type=txt/css>
html {
    height: 100%;
}

body { 
    margin: 2;
    padding: 2;
    height: 100%;
    width: 90%;
    top: 100;
    text-align: left;
    background-color: #e3e3e1;
}

#header {
    background-color: #99cc99;
    border-top: 4px solid #CC4444;
    border-bottom: 4px solid #CC4444;
    border-right: 2px solid #CC4444;
    border-left: 2px solid #CC4444;
    width: 99%;
    padding-left: 2;
    padding-right: 2;
    text-align: center;
    height: auto;
}

#footer {
    background-color: #89b8df;
    text-align: center;
    border-top: 1px solid #CC4444;
    border-bottom: 1px solid #CC4444;
    border-left: 2px solid #CC4444;
    border-right: 2px solid #CC4444;
    position: dynamic;
    bottom: 1;
    margin: 0px;
    padding-left: 2px;
    padding-right: 2px;
    left: 0px;
    right: 0px;
    width: 99%;
}

#content {
    padding: 10px;
}

h2.title {
    padding: 4px;
    margin: 0px;
    font-size-adjust: 0.58;
}

.message {
    color: #66AA66;
}

.error {
    color: #CC4444;
}

a:hover {
    text-decoration: none;
    font-style: none;
    color: darkblue;
    background: lightblue;
}

.menua {
    color: blue;
    width: 95%;
    text-decoration: none;
    font-size: 18;
    text-align: center;
}

.bst {
    width: 70%;
    text-align: left;
}

.mytable
{
    width: 800px;
    background-color: lightyellow;
    border: 1px dashed black;
    border-style: ridge;
    text-align: center;
}

.chapter
{
    font-size: 50;
    font-color: blue;
    text-align: left;
    font-family:Times New Roman;
}

.chaptersmall {
    font-size: 12;
    font-color: blue;
    text-align: left;
    font-family:Times New Roman;
}

.normal
{
    font-size: 14;
    font-color: black;
    text-align: left;
}

.normalbigblue
{
    font-size: 22;
    font-color: #4040ff;
    text-align: left;
}

.normalbig
{
    font-size: 22;
    font-color: black;
    text-align: left;
}

.headmold {
    width: 800px;
    border: 1 dashed blue;
    border-style: ridge;
    left: 5;
    top: 0;
}

td.hover {
    background-color: black;
    color: yellow;
}

.stamp {
    border: solid;
    border-width: 1;
    border-color: yellow;
    width: auto;
    height: 150;
    float: left;
    margin: 4px;
    left: 5;
}
.mf1 {
    border: solid;
    border-width: 0;
    border-color: black;
    width: 400;
    text-align: rigth;
    height: auto;
    top: 10;
    right: 10;
    position: fixed;
    float: left;
    margin: 4px;
}
.mf1_mini {
    border: solid;
    border-width: 4;
    border-color: black;
    top: 0;
    left: 0;
    position: relative;
}

.mf {
    text-width: 480;
    text-align: top;
    font-size: 24;
    font-color: black;
}

.crt {
    font-size: 10;
    font-color: grey;
}

</style>


