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

<style type="text/css">

a:link {
	color: #0000ff;
	text-decoration: none;
}
a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

</style>
