@charset "utf-8";

a:link{
	color: #16428b;
	/* text-decoration: underline; */
}
a:hover{
	color: #ff0000;
	/* text-decoration: underline; */
/* 	font-weight: bold; */
}
a:visited{
	color: #8a2be2;
}