
table {
	font-family: Courier New, monospace;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.table_data {
	position: absolute;
	top: 56px;
	left: 44px;
	width: 652px;
	font-family: Courier New, monospace;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#color_pick {
	position: fixed;
	left: 10px;
	top: 5px;
	height: 128px;
	width: 180px;
	background-color: #EEEEEE;
	border: #FF0000 dotted 2px;
}
.instr_text {
	font-family: Comic Sans MS,sans-serif;
	font-size: 12px;
	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;
	color: #000000;
	background-color: #FFFFFF;
	border-width: 1px 1px 1px 1px;
	font-size: 20px;
}
.boxed_small {
	position: relative;
	height: 26px;
	width: 86%;
	left: 7%;
	font-family: Courier New, monospace;
	color: #FFFFCC;
	background-color: #333333;
	font-weight: bold;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	font-size: 12px;
	padding-top: 2px;
}
#bgvalue
{
	font-family: Courier New, monospace;
}
#fgvalue
{
	font-family: Courier New, monospace;
}
.color_white {
	color: #FFFFFF;
}
.color_black {
	color: #000000;
}

