body {
	font-family: Arial, Helvetica, Verdana, sans serif;
	background: #fff;
}

a {
  color: #000;
  line-height: 1.1em;
  display: block;
  width: auto;
}

a:hover {
  background-color: #ddd;
}

h1 {
  font-size: 2.4em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}

h2 {
  font-size: 2.4em;
  margin-bottom: 0.3em;
}

#content {
  margin: 2em 0 2em 6em;
  width: 32em;
}

#content .block {
  padding-bottom: 1em;
}

#content img.deco {
  float: right;
  z-index: 10;
  margin-top: -50px;
}

#content h3 {
  font-size: 1.4em;
  color: #fff;
  background-color: #000;
  padding: 0.2em;
  margin-bottom: 0.15em;
}

#content .block p {
  border-top: 0.0666em #000 solid;
  padding-top: 0.5em;
}

#footer {
  padding-top: 1.3em;    
}

#footer a {
  display: inline;
}

#footer a:hover {
  background: 0 none;
}

#delicious {
  float: right;
  display: inline;
}

#delicious img {
  width: 1.26em;
  height: 1.26em;
}

#delicious:hover {
  background: 0 none;
}

#copy {
  font-size: 0.8em;
}
