body {
  color: #000;
  background: none #fff;
}
pre {
  padding: 1ex;
  border: solid thin #080;
}
td {
  text-align: center;
}
td[scope] {
  text-align: left;
}
tr.even {
  color: #000;
  background: none #eee;
}
tr.odd th, tr.even th {
  font-weight: normal;
}
thead tr {
  color: #000;
  background: none #ddd;
}
td[scope=row] {
  text-align: left;
}

p.important {
  padding: .5em;
  border: thin solid #f00;
}

p.important em {
  font-style: normal;
}

p.important strong {
  color: #f00;
  background: none #fff;
}