/* style block is written in the CSS (cascade style) language */
h2 {
    color: red;
    font-family: monospace; 
    font-weight: normal; 
    font-style: bold;
    border-style: solid; 
    border-color: purple;
    border-width: thick;
    background-color: lightblue;
}
#emacsElement {
    font-style: italic;
}
.odd {
    background-color: lightgrey;
}