body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:gray;
}
#w1 {
	background:white;
	width:800px;
	border:solid 1px black;
	margin:auto;
	padding:2em;	
}
#header {
	background: url("http://www.webqem.com/images/clientlogos/unsw.jpg") top left no-repeat;
	height:100px;
	text-align:right;
	font-size:.9em;
}
h1 {
	text-align:center;
	font-size:1.4em;
	margin-top:0;
}
h2 {
	font-size:1.3em;
	margin-bottom:0;
}
#profiles {
	height:200px;
	margin-top:1em;
}
#person {
	float:left;
	width:159px;

}
#next {
	margin:25px 5px 15px 5px;
	text-align:center;
}
#next a {
	padding:5px;
	font-size:1.5em;
	border:solid 1px black;
	text-decoration:none;
	color:#000000;
	background-color:#EBEBEB;
}
#next a:hover {
	background-color:#BFBFBF;
}