/* 
 * from http://www.mozilla.org/css/base/content.css
 *
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

body {
  background: #000;
  color: #ddd;
  font-family: serif;
}

h1 {
  text-shadow: 2px 2px 2px #333;
}

address {
  text-shadow: 1px 1px 1px #666;
}
