@charset "ISO-8859-1";

a:link {
	font-weight: bold;
	color: #6386b0;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #6386b0;
	text-decoration: none;
	background-color: #E9FFEF;
}
a:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #E9FFEF;

}
a:visited {
	font-weight: bold;
	color: #6386b0;
	text-decoration: none;
}
