table {
    margin-left: 20px;
    margin-right: 20px;
    border: solid 1px black;
    caption-side: bottom;
    border-collapse: collapse;
}

td {
    border: 1px dotted gray;
    padding: 5px;
}

th {
    border: 1px solid black;
    background-color: #888888;
    padding: 5px;
}

tr.alternate {
    background-color: #cccccc;
}

caption {
    font-style: italic;
    padding-top: 10px;
    font-size: 1.6em;
}

#nestedtable td {
    background-color: red;
    border: none;
}

ul {
    list-style-image: url(images/mylistbullet.jpg);
}

ol {
    list-style-type: hebrew;
    list-style-position: inside;
}
