table {
	background      : #000000;
	border-collapse : collapse;
}
th, td {
	width           : 40px;
	height          : 40px;
	text-align      : center;
	vertical-align  : middle;
	border          : 1px solid #000000;
	font-weight     : normal;
}
th {
	cursor          : pointer;
	color           : #0000ff;
	font-family     : serif;
}
.mv:hover {
	color           : #ff0000;
}
.c1 {
	background      : red;
}
.c2 {
	background      : yellow;
}
.c3 {
	background      : blue;
}
.c4 {
	background      : green;
}
.c5 {
	background      : white;
}
.c6 {
	background      : orange;
}

#note {
	left            : 580px;
	top             : 0;
}
