.on { text-decoration: none; color: red ; }
.off { text-decoration: none; color: black ; }

.on1 {
	font-weight: bold;
	color: #00009C;
	text-decoration: none;
}
.off1 {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.off2 {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.off3 { text-decoration: none; color: #CCCCCC ; }
.on3 {
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}

