h2 {
    color: lightseagreen;
    font-family: 'Courier New',
    Courier,
    monospace;
    font-weight:bolder;
    border-style: solid;
    border-width: thick;
    background-color: blue;
    display: inline-block;
}

#emacsElement {
    font-style: italic;
}
.oddLi {
    background-color: lightgray;
}