/* CSS Document */
<!--
body,td,th {
	font-family: Tahoma, Arial, Georgia;
	font-size: 14px;
	color: #330099;
}
a {
	font-size: 12px;
	color: #CC0000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #663366;
}
a:hover {
	text-decoration: none;
	color: #FF00FF;
}
a:active {
	text-decoration: underline;
	color: #9900CC;
}
-->
