﻿html {height: 100%;}
body { font-size: 10pt; background-color: #E9E9E9; margin:0; height:100%;}
img {border: 0}
a {text-decoration: none; color: #3487AA}
a:hover {color: #848484}
p {color: #808080; font: Arial; size: 3}
ul {color: #848484}
#container {
                min-height:100%;
                position:relative;
        }
        #header { 
                padding:10px;
        }
        #body {
                padding:10px;
                padding-bottom:60px;    /* Height of the footer */
        }