body {
  font-family: "Times Roman", serif;
  font-size: 1em;
}

h1 {
  font-family: Verdana;
  color: red
}

span.wd {
  font-family: "Helvetica";
  font-size: 8Pt;
  color: green;
}

body strong {
  font-weight: bold;
  color: blue;
}

/*
@media print {
  body {
    background-color: red;
  }
}
*/

body div#title {   /* There will be only on title... */
  color: blue;
  font-family: "Times Roman"
}
div.item {    /* ...but there might be lots of items */
  font-size: 24pt;
  color: green;
}

div.hoverable:hover {
  color: red;
  background-color: #770000;
  font-size: 18pt
}

div.hoverable:hover:lang(fr) {
  color: #00ffff;
  background-color: #ff00ff;
  font-size: 8pt
}

.hebrew {
  list-style-type: hebrew;
  cursor: wait
}
