body { color: black; background-color: white; }
p {}
td {}
a:link { color: white ; font-weight: normal; text-decoration: none; }
a:visited { color: white ; text-decoration: none; }
a:hover { color: white ; font-weight: bold; text-decoration: none; }
a:active { color: white ; font-weight: bold; text-decoration: none; }
.text a:hover, a:active, a:focus {
	font-weight: bold;
!important;
	color: #7e8185;
}
.text a {
	color: #7e8185;
	text-decoration: underline;
}

