@charset "utf-8";
.links-in-page {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #003399;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #7BD9EC;
}
a:active {
	text-decoration: none;
	color: #003399;
}