h2.post-title{padding:2px 10px 0 0; color:#fff;}

h2.post-title a{/*リンクされた文字*/
    color:#f8f8f8;
    font-style:normal;
    text-decoration:none;
    margin:2px 0px 0 20px;
}
h2.post-title a:link {/*未訪問のリンク*/
    color:#f8f8f8;
    font-style:normal;
    text-decoration:none;
}
h2.post-title a:visited {/*訪問後のリンク*/
    color:#f0f0f0;
    text-decoration:none;
}
h2.post-title a:hover {/*マウスをのせたとき*/
    color:#fff;
    font-style:normal;
    text-decoration:none;
}
h2.post-title a:active {/*クリック中*/
    text-decoration:none;
}
.post-content{
  margin:10px;
}
.post-content p{
  margin-bottom:7px;
}