/* CSS Document */

a:link {
	text-decoration: none;
	color: #8EC0CC;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FF1100;
	cursor: hand;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

