					body {
						background-color: #222222;
					}

					.drawprogressbar {
						height: 20px;
						width: 50px;
					}

					.drawareaborder {
						border: 3px dashed #777777;
					}

					.colorselectbox0 {
						width: 20px;
						height: 20px;
						border: 2px dashed #555555;
						cursor: pointer;
					}

					.colorselectbox1 {
						width: 20px;
						height: 20px;
						border: 2px solid #FFFFFF;
						cursor: pointer;
					}

					.pencilselectbox0 {
						width: 20px;
						height: 20px;
						border: 2px dashed #555555;
						cursor: pointer;
					}

					.pencilselectbox1 {
						width: 20px;
						height: 20px;
						border: 2px solid #FFFFFF;
						cursor: pointer;
					}

					a {
						color: #C0FF00;
						font-weight: bold;
						text-decoration: none;
					}

					a:visited {
						color: #C0FF00;
						font-weight: bold;
						text-decoration: none;
					}

					a:hover {
						color: #C0FF00;
						font-weight: bold;
						text-decoration: underline;
					}
