/* CSS Document */

a:link {
	color: #B3CAE6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6F8E98;
}
a:hover {
	text-decoration: none;
	color: #66ABFF;
	cursor: hand;
}
a:active {
	text-decoration: none;
	color: #66ABFF;
}

