body {   font-family: Arial, Verdana, Geneva, sans-serif;   background-color: white;   font-size: 75%;   line-height: 1.6em;   text-align: center;   color: black;}form {   margin: 0px 0px 15px 0px;}/* make input boxes and button look a bit better */input {   font-family: Arial, Verdana, Geneva, sans-serif;   font-size: 1em;   border: 1px solid #000;}select {	font-size: 0.9em;}h1 {	font-size: 1.4em;   	font-weight: normal;	margin-top: 0px;}h2 {	font-size: 1.1em;   	font-weight: bold;	margin-top: 0px;}img {	display: none;}p {	margin-bottom: 20px;}ul {	margin-bottom: 20px;}/* ---------------------------------------------------- *//* outer casing for whole page - the margins keep the content centred as the user resizes the window */#contentElement {	position: relative;	top: 0px;	margin: 0px auto;	text-align: left;}/* ---------------------------------------------------- */#header {}#logo {}#header_image {	display: none;}/* ---------------------------------------------------- */#spacer {	display: none;}#spacer_right {	display: none;}/* ---------------------------------------------------- */#maze {	display: none;}/* ---------------------------------------------------- */#outer_wrapper {	}#wrapper {	}#container {	width: 100%;	float: left;}#content {	}#main {	margin: 20px 0px 0px 0px;}/* ---------------------------------------------------- */#left {	display: none;}/* ---------------------------------------------------- */#sidebar {	display: none;}#sidebar_img {	display: none;}/* ---------------------------------------------------- */#footer {	height: 10px;	border-top: 1px solid #000;}#qm_logo {	display: none;}#copyright {	text-align: right;}.clearing {	height: 0;	clear: both;}/* ---------------------------------------------------- */.top {	text-align: right;}/* ---------------------------------------------------- *//* LINKS */a {   text-decoration: underline;}a:link {   color: #000;	}a:visited {   color: #000;}a:hover {   color: #000;}a:active {   color: #000;}