a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;


}
a:hover {
	color: #9BFFF2;
	text-decoration: none;
	font-weight: bold;


}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

