A:link {
	color: #666666;
	text-decoration: none;
}

A:visited {
	color: #666666;
	text-decoration: none;
}

A:active {
	color: #666666;
	text-decoration: none;
}

A:hover {
	color: #AAAAAA;
	text-decoration: none;
}

A.dark:link {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:active {
	color: #FFFFFF;
	text-decoration: none;
}
A.dark:hover {
	color: #AAAAAA;
	text-decoration: none;
}
TD {
	font-size: 11px;
	font-family : Arial;
}
P {
	font-size: 11px;
	font-family : Arial;
}
TD.dark {
	font-size: 10px;
	font-family : Arial;
	color : #4F5966;
}
P.dark {
	font-size: 10px;
	font-family : Arial;
}
TD.smaller {
	font-size: 10px;
	font-family : Arial;
	color : #000000;
}
P.smaller {
	font-size: 10px;
	font-family : Arial;
	color : #000000;
}
<b>HR {
	color: #D1F37E;
	height: 12px;
}
