@charset "utf-8";
a {
	font-size: 11pt;
	color: #00FF00;
}
a:link {
	text-decoration: none;
	color: #00FF00;
}
a:visited {
	text-decoration: none;
	color: #FF6633;
}
a:hover {
	text-decoration: none;
	color: #FF33CC;
}
a:active {
	text-decoration: none;
	color: #33CCFF;
}
