/* CSS Document */
body,td,th {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #9400aa;
	font-size: 13px;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-size: 13px;
	color: #9400aa;
}
a:hover {
	text-decoration: none;
	font-size: 13px;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	font-size: 13px;
	color: #9400aa;
}
a.menu:link {
	color: #ffffff;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #ffffff;
}
a.menu:hover {
	color: #0099FF;
	text-decoration:underline;
}
a.menu:active {
	text-decoration: none;
	color: #ffffff;
}
a.hecker:link {
	color: #000000;
	text-decoration: none;
}
a.hecker:visited {
	text-decoration: none;
	color: #000000;
}
a.hecker:hover {
	color: #000000;
	text-decoration:underline;
}
a.hecker:active {
	text-decoration: none;
	color: #000000;
}