@charset "utf-8";
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: small;
	cursor: pointer;
}
.anchor {
	text-decoration: none;

}
.box {
	display: none;
	position: absolute;
	top: 127px;
	left: 200px;
	height: auto;
	width: 800px;
	background: #fff;
	padding: 10px;
	background: rgba(255,255,255);
	background: rgba(255,255,255,0.7)
	}
