body {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	background-color: #ccc;
}
div {
	padding: 10px;

	width: 600px;

	background-color: #efefef;
}
h1 {
	margin: 0px;
	font-size: 13px;
}
ul {
	list-style: none;
	line-height: 16px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}