#pub{
	display:none;
	position:fixed;
	width:auto;
	height:auto;
	max-height:75%;
	left:50%;
	top:30%;
	padding:10%;
	margin-left:-25%;
	z-index:521;
	border:#c0c056 2px solid;
	border-radius: 1em;
	background-image:url(bg80.png);
}
.close{
	position:absolute;
	top:5%;
	right:5%;
}
#pub:target{
	display:block;
}
#pub:focus{
	display:none;
}
.pubbox{
	width:auto;
	height:auto;
	max-height:500px;
	margin:auto;
	padding-right:20px;
	overflow-y:auto;
	text-align:center;
}
.pubpict{
	width:auto;
	height:auto;
	margin-bottom:30px;
}
.pubtxt{
	width:auto;
	height:auto;
	color:#FFFFFF;
	font-weight:800;
}
td{
	font-size:11px;
	color:#000066;
	background-color:#FFF;
	line-height:16px;
}