body { color: black; background-color: #fc0; }

p {}

td {}

a:link {
	color: #009;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #009;
	text-decoration: none;
	font-weight: bold;
}

a:hover { color: #999999; font-weight: bold; text-decoration: underline; }

a:active {
	color: #f00;
	text-decoration: underline;
	font-weight: bold;
}
