@font-face {
  font-family:"Impact Label Reversed";
  src:url("/fonts/impactlabelreversed.ttf");
}
html, body, div, ul, p, pre, address, ol, li, h1, h2, h3, h4 {
  padding:0;
  margin:0
}
html {
  font:1em Corbel, "Helvetica Neue", Helvetica, "Lucida Grande", Verdana, sans-serif;
  background:white;
}
body {
  margin:auto;
  background:white url("minitree.png") no-repeat 1em 1em;
  width:800px;
}
a {
  color:#C30;
  border-bottom:1px dotted orange;
  text-decoration:none;
  vertical-align:bottom;
}
a:visited {
  color:#A02800;
}
a:hover, a:visited:hover {
  border-bottom:1px solid black
}
h1 {
  font:3.4em/3.5em "Impact Label Reversed", Georgia;
  color:orange;
  letter-spacing:0.1em;
  text-transform:uppercase;
}
h1 span {
  margin-right:0.6em
}
h2 {
  font-size:1em;
  text-transform:uppercase;
  color:#BADE59;
  margin:4em 0 1em;
}
h3 {
  font-size:1.2em;
  text-align:left;
  margin:1em;
  line-height:1.4
}
h2 a, h2 a:visited {
  color:#BADE59;
}
p {
  line-height:1.6;
  margin-left:2em;
}
div {
  min-width:300px;
  max-width:400px;
  margin:0;
  float:left;
}
h1 + div + div {
  float:right;
  text-align:center;
}
li {
  margin:1em;
  display:inline-block;
  vertical-align:middle;
  font-size:.8em;
}
li > a, li > a:hover, li > a:visited:hover {
  border:0
}
li p a {
  font-style:italic;
}
img {
  border:4px solid black;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
li a:hover img, li a:visited:hover img {
  border-color:#C30
}
address {
  font-size:1.2em;
  margin:1em 0 0 2em;
}
xhztml:before, xbzody:before, xhz1 {
  content:'';
  position:absolute;
  border:0 solid #008;
  border-width:0 10px 10px 0;
  top:120px;
  left:10%;
  height:120px;
  width:120px;
}
xh1 {
  top:0;
  left:10%;
  margin-left:120px;
  height:120px;
  width:auto;
  right:10%;
}
xhtml:before {
  margin-top:120px;
  border-width:0 0 0 10px;
  bottom:0;
  height:auto;
}