body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  color: #444;
  background-color: #fff;
}

p,
ul li {
  vertical-align: baseline;
  font-weight: normal;
  line-height: 1.5;
}


a {
  text-decoration: none;
  color: #0000A3;
  -webkit-transition-property: color;
  -webkit-transition-duration:.4s;
  -webkit-transition-timing:ease-out;
}


a:visited {
  color: #0000A3;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

h1, h2, h3 {
  color: #333;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1em;
  font-variant: normal;
  font-weight: 600;
  margin-top: 0.75em;
}

h2 {
  padding-top: 0.75em;
}

h3 {
  font-weight: 500;
}

acronym {
  border-bottom: 1px dotted #666;
}

.site {
  width: 700px;
  margin-left: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

ul.post-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.post-list li {
  padding: 0.25em 0;
}

.side {
  width: 180px;
  float: left;
}

.content {
  margin-left: 200px;
}

ul li {
  margin: 1em 0;
}

ul.post-list li {
  margin: auto;
}

table {
  font-size: 12px;
  border-collapse: collapse;
  width: 100%;
}

table tr td {
  padding: 3px;
  border: 1px dotted #ccc;
}