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

