
	hr {
		border:none;
		border-top:dashed 1px #888;
		height:1px;
		color:#000000;
		margin: 0 6 0 6;
	}
	img.ic{
		border:1px solid #000;
		width:50px;
		height:50px;
		background:#fff;
		filter: drop-shadow(1px 1px 1px #001122);
		border-radius:5px;

	}

	img.ic:hover{
		border:1px solid #fff;
		opacity:0.9;
	}

	img.bu{
		border:1px solid #000;
		width:270px;
		height:360px;
		background-size:cover;
		background-position: center top;
		filter: drop-shadow(1px 1px 1px #001122);
		border-radius:5px;
	}

