/* Colour definitions */

html {
    background: #efe;
    color: black;
}

#header {
    background: #9c9;
	color: green;
    border-bottom: solid 0.1em olive;
}

#footer {
    background: #9C9;
    border-top: solid 0.1em olive;
}




