@charset "UTF-8";
.style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ACACAC;
	text-decoration: none;
	background-color: #FFF;
	letter-spacing: 1px;
	word-spacing: normal;
	border: 1px none #a1ae8b;
	padding: 10px;
}

a {color:#d1a8b1; text-decoration:none; font-weight:bold;} a:hover {color:#a1ae8b; text-decoration:none; font-weight:bold;}

.special {
	border-collapse:collapse; border: solid 2px #a1ae8b;
}

div.lb {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background: url('screen.png');
}
div.lb:target {
  display: block;
}

/** IE doesn't support :target, so we use CSS expressions **/
div.lb {
  display: expression((document.location.toString().split('#').slice(1) == this.id)?'block':'none');
}
