/* CSS Document */
.Lion{font-size:12px; font-weight:bold; font-family:'tahoma';}
.Space{border-bottom:1px dotted #b6b7a9;}
.Case a:link{
	font-size:12px;
	text-decoration:none;
	color:#f00;
}
.Case a:visited{
	font-size:12px;
	text-decoration:none;
	color:#f00;
}
.Case a:hover{
	font-size:12px;
	text-decoration:underline;
	color:#f00;
}
.Case a:active{
	font-size:12px;
	text-decoration:none;
	color:#f00;
}
.Lion a:link{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
.Lion a:visited{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
.Lion a:hover{
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
	color:#000;
}
.Lion a:active{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
.img{ padding:3px; border:1px solid #cccccc; margin-bottom:3px; margin-top:3px;}
