body
{
    margin: 1em 8% 1em 10%;
    line-height: 1.2;
    background-image:url(images/background.jpg)
}

a:link
{
    text-decoration: none;
    color: blue
}

a:visited
{
    text-decoration: none;
    color: blue
}

a:active
{
    text-decoration: none;
    color: blue
}

a:hover
{
    text-decoration: underline;
    color: blue;
}

h1
{
    font-family: arial, verdana, sans-serif;
    font-size: 250%
}

h2
{
    font-family: arial, verdana, sans-serif;
    font-size: 200%
}

h3
{
    font-family: arial, verdana, sans-serif;
    font-size: 170%
}

h4
{
    font-family: arial, verdana, sans-serif;
    font-size: 140%
}

em
{
    font-family: arial, verdana, sans-serif;
    font-size: 100%
}

.commandline
{
    color:#000000;
    background-color: #F0F0F0;
    padding:3px;
}

#header
{
    width: auto;
    height: 64px;
    padding-top: 5px;
    padding-bottom: 10px;
    vertical-align:bottom;
}

#hleft
{
    width: auto;
    height: auto;
    background-color:white;
    color:#000000;
    float: left;
    border: 2px solid black;
    text-align:center;
    vertical-align:middle;
    padding:4px;
}

#hright
{
    width: 194px;
    height: 64px;
    float: right;
    border: 2px solid black;
    padding:2px;
}

#container
{
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-family: arial, verdana, sans-serif;
}

#body
{
    color: black;
    background: white;
    border:2px solid black;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align:justify;
}

.navigation
{
    width: auto;
    height:auto;
    vertical-align:bottom;
    padding-top: 5px;
    padding-bottom: 5px;
}

.forward
{
    width:30%;
    text-align:right;
    float:right;
}
.centerd
{
text-align:center;
}
.backword
{
    width:30%;
    text-align:left;
    float:left;
}
.left
{width:15%;
text-align:left;
float:left;
vertical-align:top;
}
.right
{
width:85%;
text-align:left;
float:right;
}
