﻿/*
    These styles control the appearance of the page html.

    Sample code not used can be found at the end of this document.

	Refer to td_viewing_colour_scheme.css for colours.

*/

/* html -------------------------------------------------- */

html {
	/* box-sizing: border-box; */
	height: 100%; /* This is part of the solution for the 'sticky' footer. Also, required for positioning master page footer */
	margin: 0mm 0mm 0mm 0mm;
}

/* end --------------------------------------------------  */