
body {
  background: #FFFFFF;
  font-family: Helvetica, Arial;
  font-size: 14px;
  color: #444444;
}

a {
    color: #0B61A4;
/*  color: #033E6B;*/
  text-decoration: none;
}

a:hover {
/*  color: #0B61A4;*/
    color: #3f92d2;
    text-decoration: underline;
}

h1, h2, h3 {
  font-family: Helvetica, Arial;
  font-weight: normal;
  letter-spacing: -0.75px;
}

.content {

  width: 610px;
  padding-bottom: 10px;
  position: absolute;
  left: 50%;
  margin-left: -335px;
}

h1.siteTitle {
  margin: 40px 0 40px -10px;
  padding: 10px;
  font-family: Helvetica, Arial;
  font-weight: bold;
  font-size: 45px;
  letter-spacing: -2.75px;
  color: #000;
}

.post {
  margin: 0 25px 35px 60px;
}

.postBody {
  line-height: 19px;
  letter-spacing: 0.25px;
}

.postTitle a {
  color: #000000;
}

.postLink .postTitle {
  border-top: 1px dashed #ddd;
  font-size: 16px;
  padding-top: 8px;
  letter-spacing: 0;
}

