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

p {}

td {}

a:link {
	color: #4e4e4e ;
	font-size: 12px;
	text-decoration: none; }

a:visited {
	color: #4c4c4c ;
	font-size: 12px;
	text-decoration: none; }

a:hover {
	color: #fff0a0 ;
	font-size: 12px;
	text-decoration: none; }

a:active {
	color: #4c4c4c ;
	font-size: 12px;
	text-decoration: none; }

