body {
	background-color: #fff;
	color: #000;
	text-align: center;
	font-family: tahoma, arial, sans-serif;
}

h2 {
  font-size: 48px;
  text-transform: uppercase;
}

h2 span {
  border: 1px solid #000;
  padding: 0 10px 0 0;
}

h2 span:hover {
  border-color: #999;
}

h2 span.zip {
  background-color: #000;
  color: #fff;
  padding: 0 10px 0 10px;
  margin-right: 10px;
}

h2 span.zip:hover {
  background-color: #999;
}

div.dialog {
  padding: 2em;
  margin: 2em auto 0 auto;
}

div.dialog img {
	margin: auto;
	display: block;
	padding-bottom: 30px;
}

a, a:active, a:visited, a:hover {
	color: #00F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
  border: none;
}

p {
  font-size: 23px;
}
