@charset "utf-8";
/* CSS Document */

a,  a:link {
	color: #0E6BA8;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
  color: #5f519e;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:focus {
  color: #b92200;
}
a:active {
  color: #392f69;
}