/* CSS Document */


a:link,a:active,a:visited


{


	color: #ffb901;


	text-decoration: underline;


	font-weight: bold;


}


a:hover


{


	color: #ffb901;


	text-decoration: none;


	font-weight: bold;


}
