/*
꿈해몽 카테고리 css
*/
#category__{

}
#category__ table{
	width:97%;
	
	margin:10px 5px 5px 5px;
	border-bottom:1px dashed #cccccc;
}
#category__ th{
	font-size:12px;
	color:#003300;
	font-weight:bold;
	text-align:left;
}
#category__ td{
	font-size:12px;
	color:#003300;
	
}

#category__ a:link{
	text-decoration: none;
}

#category__ a:visited{
	text-decoration: none;
}

#category__ a:hover{
	text-decoration: none;
	background-color:#003300;
	color:#FFFFFF;

	padding:2px 0px 2px 0px;
}
