A.1:LINK {
	text-decoration: none;
	color : White;
}
A.1:HOVER {
	text-decoration: none;
	color: Yellow;
}
A:1.ACTIVE {
	text-decoration : none;
	font-weight : bold;
	color : Aqua;
}
A.1:VISITED {
	text-decoration : none;
}
A.2:ACTIVE, A.2:LINK, A.2:VISITED {
	text-decoration: none;
	color: #10AAEE;
}
A.2:HOVER {
	text-decoration: none;
	color : Yellow;
}


