BODY {
	padding: 0px;
	font-family: Verdana;
	font-size: 13px;
}

A,A:VISITED {
	text-decoration: none;
	color: blue;
}
A:HOVER {
	text-decoration: underline;
}

.all_layers {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 500;
}

#main {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #eee;
	z-index: 1;
}

#menu {
	position: absolute;
	width: 500px;
	padding: 25px 10px;
	border-radius: 10px;
	border: 1px dashed #333;
	background-color: #efe;
	text-align: center;
	z-index: 1000;
	user-select: none;
}

#menutip {
	font-style: italic;
	padding: 5px;
	margin-bottom: 10px;
}

#red_layer {
	background-color: #f00;
}

#green_layer {
	background-color: #0f0;
}

#blue_layer {
	background-color: #00f;
}

#white_layer {
	background-color: #fff;
}

#black_layer {
	background-color: #000;
}

#yellow_layer {
	background-color: #ff0;
}

#cyan_layer {
	background-color: #0ff;
}

#magenta_layer {
	background-color: #f0f;
}

.repair_box {
	position: absolute;
	width: 200px;
	height: 200px;
	z-index: 1001;
	background-color: #000;
	border-radius: 10px;
}

.sig {
	font-size: 11px;
	font-style: italic;
	color: #999;
}