.note {
        font-size: 11px;
        font-family: Verdana, Helvetica;
        padding-bottom: .25em;
        border: 1px #000 solid;
        margin-top: .50em;
}


.note h3 {
        background-color: #e0e0e0;
        font-family: georgia, times, "times new roman", serif;
        font-size: 12px;
        color: #000;
        padding: 0.25em 0.25em;
        border-bottom: 2px tan solid;
        margin-top: 0;
}

.note p {
        padding: 0 .15em;
}

.note #topic{
    color: #3e9b70;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    padding: 0.25em 0.25em;
}

.note img{
    padding: 0.25em 0.25em 0.25em 0.25em;
}

.note a{
    font-family: Verdana, Helvetica; 
    color: #15056a;
}

.comment {
        font-size: 11px;
        font-family: Verdana, Helvetica;
        padding: .50em;
        border: 1px black solid;
}

.commenth3 {
        background-color: tan;
        font-family: georgia, times, "times new roman", serif;
        font-size: 12px;
        color: #000;
        padding: 0.25em 0.25em;
        border: 2px #fff solid;
        margin-top: 0;
}

.comment a{
        font-family: Verdana, Helvetica; 
        color: #000;
}

.comment a:hover{
        color: #fcf262;
}