#actions ul {
    list-style-type: none;
}

#actions li {
    display: inline-block;
    border: 1px solid #aaa;
    width: 8em;
}

#actions li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
    display: block;
    padding: 0.2em;
    color: #a00;
}

#actions li a:hover {
    background: #aaa;
}

tbody tr.odd {
    background: #ffe;
}

tbody tr.even {
    background: #fff;
}
