/* CSS Document */

a:link {
	color: #123b8d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 123b8d;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}