
.pm
    {
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: left;
        position: relative;
    }

.pm .title
    {
        border-bottom: solid 2px #a0a0a0;
        background-color: #D0D0D0;
        margin-bottom: 0px;
        padding-top: 3px;
    }

.pm .text
    {
        padding: 5px 10px 10px 10px;
            background-color: #F0F0F0;
        text-align: justify;
    }

.me .title {
        background-color: #e0e0d0;
        border-bottom: solid 2px #A0A0A0;
        }
.me .text {
        background-color: #f0f0e0;
        }

