/* 7. 人馬宮 */


table.v_table{
	background-color:	#ffffff; /* White */
	border-style:	none;
	border-collapse:	collapse;
}

table.v_table td{
	border-style:	none;
	empty-cells:	show;
	padding:	2px;
	color:	#008000; /* Green */
	font-weight:	bold;
	text-align:	center;
}

.v_row2{
	border-bottom-style:	solid;
	border-bottom-color:	#008000; /* Green */
}
