h1, h2 { font-family: sans-serif; font-variant: small-caps; }
h2 { letter-spacing: .5em; }
p { word-spacing: 1em; }
li:first-letter { text-decoration: underline; }

ul li { background-color: white; color: red; }
ol ul li, ul li li { background-color: white; color: black; }
ol { list-style-type: upper-alpha; }
ul { list-style-type: square; }

td,th { border-style: outset; border-width: 3px; width: 1.5em;}
table { border-collapse: collapse; text-align: center; }
caption { font-style: italic; font-size: 120%; }

th { font-weight: bold; }
.firstcell { border-style: none outset outset none; }

dt { background-color: black; color: yellow; text-decoration: blink;}
dd { line-height: 5ex; }

a:hover { background-color: black; color: yellow; }

#introduction { text-align: center; }

