body{
  font-family: Verdana, Arial, sans-serif;
  font-size:14px;
  margin:20px;
}

h1, h2, h3, h4{
  font-family: Georgia;
}

h1{
  font-size:2.5em;
  border-bottom:1px solid #bbb;
}

h2, h3, h4{
  border-bottom:1px solid #eee;
  margin-top:2em;
}

a{
  color:#cc0000;
  font-size:.9em;
}

a:hover{
  background:#cc0000;
  color:#fff;
  text-decoration:none;
}

small{
  font-size:.7em;
  color:#ccc;
}

pre{
  margin-left:20px;
  padding-left:5px;
  border-left:3px #eee solid;
}

.highlight pre{
  line-height:80%;
}

li{
  margin-bottom:5px;
}

pre{
  padding:.5em;
  margin-left:1.5em;
  overflow:hidden;
}

pre:hover{
  overflow:visible;
  background:#f7f7f7;
}

#wrapper{
  width:700px;
  margin:0 auto;
}

#footer{
  text-align:center;
  color:#999;
  font-style:italic;
  font-size:.9em;
  margin:5em 0;
}

#footer a{
  color:#555;
}

#home_link{
  text-align:right;
  margin:0px;
}
