/* body */ body { color: white; background-color: rgb(112,128,144) } /* links */ a:link { color: rgb(248,248,255) } a:visited { color: rgb(248,248,255) } a:active { color: rgb(255,255,255) } /* addresses */ address { margin-top: 1em } /* links in addresses */ address a:link { color: rgb(0,100,0) } address a:visited { color: rgb(0,100,0) } address a:active { color: rgb(0,100,0) } /* headings */ h1, h2, h3, h4, h5, h6 { text-align: center; color: rgb(248,248,255); } /* some of the table stuff */ table { background-color: rgb(106,90,205); } /* images */ img { border: 0; text-align: center; } /* lists */ /* to me, it looks cleaner to just use indenting to indicate lists, rather than beating us over the head with gaudy pictures */ ul { list-style-type: dot; margin-bottom: 1em; } dt { font-weight: bold } /* quotes */ blockquote { font-style: italic } blockquote:before { content: open-quote } blockquote:after { content: no-close-quote } /* code stuff */ code , samp { white-space: pre; font-family: monospace }