h1 { color: green; font-size: 1.5em; font-family: verdana; font-weight: bold; font-style: italic; }
h2 { color: navy; font-size: 1.3em; font-weight: bold; }
h3 { color: teal; font-size: 1.17em; font-weight: bold; text-decoration: underline; }
h4 { color: fuchsia; font-size: 1em; font-weight: bold; margin: 1.33em 0; }
h5 { color: red; font-size: 0.83em; font-weight: bold; margin: 1.67em 0; }
h6 { color: orange; font-size: 0.67em; font-weight: bold; margin: 2.33em 0; }
body { color: black; }

