table.list {
    margin:10px 0 10px 0;
    border-collapse:collapse;
    width:500px;
    border:#000 1px solid;
}
table.list tr.par {
    background:#d0d0d0;
}
table.list a {
    color:#000;
    text-decoration:none;
}
table.list a:hover {
    color:#000;
    text-decoration:underline;
}
table.list th {
    background:#a0a0a0;
    color:#000;
    border-bottom: 1px #000 solid;
    text-align:left;
    padding-left:10px;
    padding-right:10px;
}
table.list td {
    border-bottom: 1px #000 solid;
    padding-left:10px;
    padding-right:10px;
}
