@charset 'UTF-8';

body {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#header h1, h2.title {
  font-size: 100%;
}

#header h1 {
  margin-bottom: 0px;
}

#header h1 a, h2.title a {
  color: #000;
  text-decoration: none;
}

#header h1 a:hover, h2.title a:hover {
  text-decoration: underline;
}

#header p {
  color: #999;
  font-size: 75%;
  margin-top: 0px;
}

div.post {
  padding-top: 10px;
  padding-bottom: 10px;
}

p.info {
  color: #999;
  font-size: 75%;
  text-align: right;
}

p.info a {
  color: #999;
  text-decoration: none;
}

p.info a:hover {
  text-decoration: underline;
}
