/* */
a.title,a.title:visited,a.title:active {
    color: blue;
    text-decoration: none;
}

/* */
.blog {
    padding: 10px;
    text-align: left;
    background: white;
}

/* */
.entry {
    /*border-bottom: dashed 1px black;/ *#D2DADA*/
    /*max-width: 600px;*/
    border-bottom:1px dashed /*#D2DADA*/ #363636;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

/* */
.more {
    font-size: monospace 11px;
    /*padding-left: 10px;*/
    vertical-align: sub;
}

/* */
.summary {
    /*border: 2px dashed black;
    padding: 10px;*/
    font: 16px Times new Roman;
}

/* */
.title {
    /* color: #228B22; */
    display: inline;
    font: 22px ms trebuchet;
}

/* */
.timestamp {
    color: #F0000F;
    display: inline;
}
