body {
  font-family: "terfens-1","terfens-2", 'Lucida Grande', sans-serif;
  background-color: #333;
  color: #fff;
	width: 60em;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 1px #222;
	font-size: 62.5%;
}
h1, h2, h3 {
	font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
}
h1 { font-size: 2.6em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.6em; }
p, td, th, ul, dl {
  font-size: 1.6em;
  line-height: 1.5em;
	color: #fff;
}
a { color: yellow; }
a:visited { color: #999; }
#gravatar {
  float: right;
  margin-top: 0;
}
#gravatar img {
  border: 1px solid #fff;
}
code {
	font-family: Monaco, monospace;
	background: #fffae9;
	font-size: 11px;
}
