
#nolinkunder:link ,
#nolinkunder:visited
    {
    text-decoration: none;
    color: yellow;
    }

#nolinkunder:hover
    {
    text-decoration: underline;
    color: red;
    }

#nolinkunder:active
    {
    text-decoration: none;
    color: yellow;
    }


#container {
   min-height: 100%;
   position: relative;
}

div#header
    {
    background-color: mediumblue;
    overflow: none;
    margin: 5 5 5 5;
    border-bottom: 3px solid red;
    font-size: 200%;
    padding: 10px;
    color: aliceblue;
    }

div#content
    {
    margin-left: 5%;
    padding: 10px;
    padding-bottom: 33px;   /* Height of the footer */
    }

div#footer
    {
    background-color: aliceblue;
    border-top: 3px solid red;
    color: darkblue;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 33px;   /* Height of the footer */
    }

hr
    {
    color: red;
    background-color: red;
    height: 1px;
    border: 0;
    padding: 0;
    clear: both;
    }

br#big
    {
    height: 66px;
    }

thead
    {
    font-size: 120%;
    }

#backwards
    {
    unicode-bidi: bidi-override;
    direction: rtl;
    }

html,
body
    {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: white;
    font-family: arial, helvetica, sans-serif;
    color: darkblue;
    }


<!--[if lt IE 7]>
<style media="screen" type="text/css">
#container {
    height: 100%;
}
</style>
<![endif]-->
