.pl_abc {
    width: 100%;
    margin-top:10px;
    padding: 0px;
}

.pl_abc td{
    padding:5px;
    background:#650505;
    color: #ffffff;
    text-align: center;
}

.pl_abc .selected, .pl_abc .selected a:link, .pl_abc .selected a:visited{
    background: #ffffff;
    color: #650505;
}

.pl_abc a:link,.pl_abc a:visited{
    color: #ffffff;
    text-decoration: none;
}

.pl_abc a:hover{
    color: #650505;
    background: #ffffff;
}

#pl_page {
    width: 100%;
}

#pl_page .list1{
    text-align: left;
    margin: 10px 0 10px 0;
}

#pl_page .list1 div{
    margin: 3px 0 3px 0;
    background: #eeeeee;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
}

#pl_page .list1 .feedback div{
    float: right;
    background: #dddddd;
    padding: 3px;
}

#pl_page .list1 .content{
    height:40px;
    padding: 0px 10px;
}

#pl_page .list1 .date{
    color: #999999;
    float: right;
}

#pl_page .list1 h1{
    color: #650505;
    font-size: 12px;
    padding-bottom: 10px;
}