A:HOVER {
	text-decoration: underline;
}

A.B {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

A.B:HOVER {
	text-decoration: underline;
}

A.W {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

A.W:HOVER {
	text-decoration: underline;
}

A.N {
	color: #448CCB;
	text-decoration: none;
	font-weight: bold;
}

A.N:HOVER {
	text-decoration: underline;
}

A.G {
	color: #9BCC34;
	text-decoration: none;
	font-weight: bold;
}

A.G:HOVER {
	text-decoration: underline;
}
