body {
	height:100%;
	margin:0;
	padding:0;
	background-color:#fff;
}
html {
	height:100%;
}
div#display {
	width:100%;
	height:100%;
}
p {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:2em;
}
p a {
	text-decoration: none;
	font-weight:bold;
	color:#006;
}
p a:hover {
	font-weight:bold;
	color:#006;
	border-bottom:2px solid #a00;
}
