body { 
  background-color: white;
  color: black;
}

h1, h2 {
  color: #990000;
}

body {
  font-family: "Helvetica", "Geneva", "Arial", sans-serif, sans;
}

/* readable text width */
p, li, table {
  max-width: 45em;
}

li.crea {
  list-style: disc;
}

li.afda {
  list-style: circle;
}

li.new {
  padding-top: 1em;
}

p.back {
  font-size: small;
  color: #990000;
}
p.back a { color: #990000; }

p.foot { 
  font-size: small;
  padding-top: 1em;
}

div.imgright {
  float: right;
}

table.sprites {
  background: black;
  color: white;
}
table.sprites a:link { color: #3366ff; }
table.sprites a:visited { color: #9966ff; }
table.sprites a:hover { color: white; }
table.sprites a:active { color: #6699ff; }

