@charset "utf-8";
/* CSS Document */

.emstable tr p a {
	text-decoration: none;
	color: #f9c92c;
	font-weight: bold;
	border-bottom: 2px solid #f9c92c;
	text-align:left;
	text-indent: inherit;
}
.emstable tr p a:visited {
	text-decoration: none;
	color: #3CF;
	font-weight: bold;
	background-color: transparent;
	border-bottom: none;
}
.emstable tr p a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	background-color: #f9c92c;
	border-bottom: none;
	text-indent: inherit;
}
