/* Neil Ramsden
   pane.css
   5 Oct 04 -> 8 Oct 04

   CSS definitions for word searcher results pane.
*/

/* Default body formats
*/

body {
  font-size: 12px;
}

/* Flow pane headers
*/

.pane-header {
  display: block;
  background-color: #C0C0FF;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}


/* Found word
*/

.found-word {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 100%;
}


