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

a:link {
	color: #FF9966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
a:visited {
	color: #99FFFF;
	text-decoration: none;
}
a:hover {
	color: #CC6633;
	text-decoration: none
}
a:active { color: #333333}
