
body{
  font-family: 'Georgia', 'Times New Roman', serif;
  margin:0;
  color:#333;
  background:#fff;
}
header{
  border-bottom:1px solid #eee;
  padding:20px 10px;
  text-align:center;
}
header h1{
  font-size:2rem;
  margin:0;
  font-weight:700;
}
nav{
  margin-top:10px;
}
nav a{
  margin:0 8px;
  text-decoration:none;
  color:#333;
  font-size:0.9rem;
}
main{
  max-width:900px;
  margin:40px auto;
  padding:0 10px;
}
article{
  border-bottom:1px solid #eee;
  padding:20px 0;
}
article h2{
  font-size:1.3rem;
  margin:0 0 6px 0;
}
article p{
  margin:0 0 6px 0;
}
.article-meta{
  font-size:0.8rem;
  color:#777;
}
footer{
  text-align:center;
  padding:30px;
  font-size:0.8rem;
  color:#777;
  border-top:1px solid #eee;
}
