body { color: black; background-color: white; }

p {}

td {}

a:link {
	color: #4e4e4e ;
	text-decoration: none; }

a:visited {
	color: #4c4c4c ;
	text-decoration: none; }

a:hover {
	color: #fb5 ;
	text-decoration: none; }

a:active {
	color: #4c4c4c ;
	text-decoration: none; }

