

a {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold
}
a:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	text-decoration: none;
	color: #FFFF00;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;

}
