h1 {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	width: 500px;
}

#container {
	position: relative;
	width: 520px;
	margin-left: auto;
	margin-right: auto;	
}

div {
	position: relative;
	width: 500px;
	background-color: rgb(150, 200, 230);
	padding: 10px 10px 10px 10px;
}

label {
	position: relative;
	display: block;
}

textarea {
	position: relative;
	width: 495px;
	height: 10em;
}

.highlight {
	position: relative;
	color: blue;
}

#matchlist {
	position: relative;
	list-style: none;
}

#matchlist ul {
	position: relative;
	width: 300px;
}

#matchlist lh {
	position: relative;
	float: left;
	width: 60px;
}

#matchlist li {
	position: relative;
	float: left;
	width: 30px;
	color: black;
	background-color: #CCC;
	border: 1px solid black;
	text-align: center;
}

#matchlist li:hover {
	position: relative;
	cursor: pointer;
	background-color: #888;
}

#clear {
	position: relative;
	clear: left;
	width: 1px;
}

.b {
	position: relative;
	font-weight: bold;
}

#sample {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

#copyright {
	text-align: center;
}