/* This is a multi-line comment in CSS
(CSS does not support single-line comments) */
h2 {
    color: red;
    font-family: copperplate;
    font-weight: normal;
    border-style: solid;
    border-color: purple;
    border-width: thick;
    background-color: lightblue;
}

#emacsElement {
    font-style: italic;
}

.odd {
    background-color: lightgrey;
}