html,body {
    margin:0;
    padding:0;
    height:100%;
}

#outermost-container {
    min-height:100%;
    position:relative;
}

#main {
    margin-left: 1in;
    margin-right: 1in;
    padding:10px;
    padding-bottom:3em;
}


#header {
    background:#D5DBDB;
    padding:10px;
    padding-bottom:1em;
    border-bottom: 2px black solid;
}

#footer {
    position:absolute;
    bottom:0;
    width:100%;
    background:#D5DBDB;
    height:2em;   /* Height of the footer */
    padding-top: 1em;
    border-top: 2px black solid;
}

a.bold:link {
    font-weight:bold;
    text-decoration: none;
}

a.bold:visited {
    font-weight:bold;
    text-decoration: none;
}

a.bold:hover {
    color:red;
    text-decoration: none;
}

span.left {
    margin-left: 1in;
}

span.right {
    float: right;
    margin-right: 1in;
}

div.code {
    background-color: grey;
}

.needhelp {
    background-color: yellow;
}

