<style>
table {
	font-family: Courier New, monospace;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.table_data {
	font-family: Courier New, monospace;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.boxed_big {
	position: relative;
	width: 90%;
	left: 5%;
	font-family: Comic Sans MS,sans-serif;
	border-color: #000000;
	border-style: solid;
	background-color: #FFFFFF;
	border-width: 1px 1px 1px 1px;
	font-size: 20px;
}
.boxed_small {
	position: relative;
	width: 80%;
	left: 10%;
	font-family: Comic Sans MS,sans-serif;
	background-color: #FFFFFF;
	font-weight: bold;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	font-size: 12px;
}
.instr_text {
	font-family: Comic Sans MS,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.color_white {
	color: #FFFFFF;
}
.color_black {
	color: #000000;
}

#color_pick {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 115px;
	width: 180px;
	background-color: #EEEEEE;
	border: #FF0000 dotted 2px;
}
