/* This is 
a comment*/
h2 {
    color: red;
    font-family: monospace;
    font-weight: normal;
    border-style: solid;
    border-color: purple;
    border-width: thick;
    background-color: lightblue;
}
#emacsElement {
    font-style: italic;
}
.odd {
    background-color: lightgray;
}