@charset "utf-8";
/* CSS Document */
.cell_over { BACKGROUND-COLOR: #ffffff }
.cell_out { BACKGROUND-COLOR: #CCCCCC}
A {
	color : Blue;
}
A:HOVER {
	color : Red;
}
BODY,TD {
	font-family : "Times New Roman";
	font-size : 19px;
}