@charset "utf-8";
/* CSS Document */

.emstable tr p a {
	text-decoration: none;
	color: #360;
	font-weight: bold;
	border-bottom: 2px dotted #360;
	text-align:left;
	text-indent: none;
}
.emstable tr p a:visited {
	text-decoration: none;
	color: #600;
	font-weight: bold;
	background-color: none;
	border-bottom: none;
}
.emstable tr p a:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-color: #360;
	border-bottom: none;
	text-indent: none;
}