body {
	background-color: #ffffff;
	margin-left: 50px;
	width: 650px;
	font-family: Helvetica, sans-serif;
	font-size: small;	
}

h1 {
	font-size: 175%;
}

#Puzzle {
	position: absolute;
	width: 440px;
	height: 440px;
}

.segment {
	font-size: 12px;
	text-align: center;
	position: absolute;
	border-style: solid;
	border-width: 1px;
	background-color: #e0e0e0;
	cursor: pointer;
}

.options {
	font-size: 80%;
	position: relative;
}

.rects {
	position: relative;
}

.rect {
	position: absolute;
	border-color: black;
	border-style: solid;
	background-color: #e0e0e0;
	cursor: pointer;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.close {
	position: absolute;
	left: 0;
	top: 0;
	width: 1em;
	text-align: center;
	vertical-align: center;
	font-size: 10p;
	font-family: Arial, "sans-serif";
	cursor: default;
	line-height: 1;
}

.toolbar {
	margin: 10px;
	padding: 0px;
}

.button {
	background-color: #ddddff;
	padding: 4px;
	margin: 5px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
}


a:link, a:visited, {
	color: #0000ee;
}

a:hover {
	color: #aa00aa;
}

.msg {
	margin: 5px;
	font-size: 90%;
}
.grid {
	position: absolute;
	border-width: 1px;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: dotted;
	border-right-style: dotted;
	padding: 0px;
	margin: 0px;
}

.temper {
	position: relative;
}

#message {
	text-align: center;
	position: absolute;
	width: 440px;
}

ul {
	bullet: none;
	list-style-type: none;
	padding: 0px;
	
}

li {
	padding: 4px;
	margin: 2px;
	cursor: pointer;
}

.key {
	position: absolute;
	bottom: 0px;
}