/* Improve type (tip 3) */
body {
	font-family: Georgia, "Times New Roman, serif";
	font-size: 12pt;
	line-height: 20pt;
}

/* Remove the page furnature (Tip1) */

#navigation {
	display: none;
}

/* remove the background colours (see gotchya 2) */

#header,
#content {
	background: none;
}

/* Linearise content (tip 2) */
.left-col,
.right-col {
	float: none;
	width: 100%;
}
