
            h2 {
                color: red;
                font-family: copperplate;
                font-weight: normal;
                border-style: solid;
                border-color: purple;
                border-width: thick;
                background-color: lightblue;
            }
            #emacsElement {
                color: gold;
                font-style: italic;
                font-weight: bold
            }
            .odd {
                background-color: lightgrey;
            }
