/* CSS Document */

.no1{
	font-weight:bold;
	background:#ffd9d9;
}

.no2{
	font-weight:bold;
	background:#ffffe1;
}

.no3{
	font-weight:bold;
	background:#e1ffe1;
}

.hno1{
	font-weight:bold;
	background:#ffd9d9;
}

.hno2{
	font-weight:bold;
	background:#ffffe1;
}

.hno3{
	font-weight:bold;
	background:#e1e1ff;
}

.etc{
	font-weight:bold;
	background:#f0f0f0;
}

.def{
	font-weight:nomal;
	background:#ffffff;
}

