/* style.css */
/* syntax margin: top right bottom left */

BODY
{
  font-family: sans-serif;
}

/* Paragraaf titel */
H2
{
  font-size: 110%;
}

/* Paragraaf tekst */
P
{
  font-size: 90%;
}

/* Highlight style van zoekresultaat */
.highlight
{
  font-weight: bolder;
  color: #A00000;
  background: transparent;
} 
