body{ /* defines bg colour and bg image which constitutes the left column */
	margin : 0px;
	padding : 0px;
	color: #000000;
	background-color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
}
h1{ /* defines main title 'Oxford University Museum...' */
	font-size: 30px;
	font-weight: normal;
}
.head { /* defines headings in the left column and main content panel */
	font-size: 19px;
	font-weight: normal;
}
.leftcoltit { /* font size and colour of section links title */
	font-size: 19px;
	color: #000000;
}
