body  { color: black; }
p {}
td {}
a:link       {
	color: #4C4C4C;
	font-style: inherit;
	font-weight: bold;
	text-decoration: underline
}
a:visited     {
	color: #4E4E4E;
	font-style: inherit;
	text-decoration: underline
}
a:hover    {
	color: #000;
	font-style: inherit;
	font-weight: bold;
	text-decoration: none;
}
a:active  { color: #505050; text-decoration: underline }
