body { color: black; background-color: white; }
p {}
td {}
ul { color: #242424; font-size: 12px; font-family: sans-serif; text-decoration: none; }
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
