* { margin:0; padding:0; }
img { border:0; }

body { text-align:center; margin:30px; background:#fff; color:#222; }

#title { margin:20px; }
#title h1 { font:20pt Georgia; color:#000; }
#title h2 { font:14pt Georgia; color:#222; }
#title h3 { font:10pt Georgia; color:#888;}

#content {
  width:496px;
  margin: 0 auto;
  border:1px solid #DDD;
  }
#content .inner {
  width:470px;
  margin: 0 auto;
  border:1px solid #FFF;
  padding:12px;
  text-align:left;
  font:10pt Georgia;
  word-spacing:2px;
  color:#222;
  background:#f3f3f3;
  padding:12px;
  }

#content a { color:#888; text-decoration:none; }
#content a:hover { color:#000; text-decoration:underline; }
#content p { text-indent:1em; margin-bottom:12px;}
#content i { font-size: 9pt; }
#content>div div { margin:4px 12px; }

a.download {
  padding-left:20px; line-height:20px;
  background:url(download.png) no-repeat top left;
}

hr {
  border:none;
  border-top:1px solid #DDD;
  border-bottom:1px solid #FFF;
  height:2px;
  margin:12px;
  _margin-top:0;
  }