h1,h2 {
                color:aqua;
                font-family:fantasy;
                font-weight:normal;
                border-style: solid;
                border-color: black;
                border-width: thick;
                background-color: lightblue
        }
        #emacsElement {
            font-style: italic;
        }
        .odd {
            background-color: lightskyblue
        }