h1, h2, h3, h4, h5 { color: red }
body { background-color: #000000; font-family: Courier,
                  monospace; color: #eeeeee }
p { line-height: 200% }
ul li { font-size: 70% }
.red { color: red }
.green { color: green }
.blue { color: blue }
#big { font-size: 120% }
#upper { text-transform: uppercase }

