@charset 'UTF-8';

div#vertical {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #000000;
}

div#horizontal {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #000000;
}

div#box {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -52px 0 0 -212px;
	background: #FFFFFF;
}

div.corner {
	position: absolute;
	border: 1px solid #000000;
	height: 1.5em;
	width: 1.5em;
}

div#tl {
	left: -1px;
	top: -1px;
	border-right: 0;
	border-bottom: 0;
}

div#tr {
	right: -1px;
	top: -1px;
	border-bottom: 0;
	border-left: 0;
}

div#br {
	right: -1px;
	bottom: -1px;
	border-top: 0;
	border-left: 0;
}

div#bl {
	left: -1px;
	bottom: -1px;
	border-top: 0;
	border-right: 0;
}

div#content {
	margin: 1px;
	border: 1px solid #000000;
	padding: 12px 9px 15px 18px;
}

h1 {
  margin: 0;
	font-size: 33px;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 6px;
  text-transform: uppercase;
}

h2 {
  margin: 3px 0 5px 0;
	font-size: 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
	margin: 0 0 0 1px;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	text-decoration: none;
}