/* black */
a:link, a:visited {
	color:#a1c900;
	font-weight: bold;
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
	font-weight: bold;
}
a img{
	border:none;
}
