#notice,#error {
        padding: 1em;
        margin-bottom: 2em;
        background-color:#f0f0f0;
        font: bold normal sans-serif;
}

#notice {
        border: 2px solid green;
}

#error {
        border: 2px solid red;
}

table.simple {
 border-collapse: collapse;
}
table.simple thead th {
 text-align:left;
 padding:2px;
 border-bottom: 2px solid black;
}
table.simple tbody tr {
 border-bottom: 2px solid #c0c0c0;
}
table.simple tbody td {
 padding:2px;
 padding-right:6px;
 text-align:left;
 border-bottom: 2px solid #c0c0c0;
}
table.simple tbody th {
 text-align:left;
 padding: 2px;
}
table.simple tbody td a, table.simple tbody th a {
 text-decoration:underline;
 font-weight:normal; 
}
table.simple tbody td a:hover, table.simple tbody th a:hover {
 text-decoration:none;
}

