/*
 * Style sheet for router.mbse.nl
 */
BODY      { background-color: beige; font: 12pt sans-serif,helvetica,arial; }

/*
 * H1 is the header in the area pages, H2 in the main page.
 */
H1        { color: red; font: 16pt sans-serif,helvetica,arial;  font-weight: bold }
H2        { color: red; font: 14pt sans-serif,helvetica,arial;  font-weight: bold }
H3        { position: relative; left: 60px; color: black; font: 14pt sans-serif,helvetica,arial; font-weight: bold }
H5        { color: black; font: 10pt sans-serif,helvetica,arial; }

A:link	  { color: blue }
A:visited { color: blue }
A:active  { color: red  }

/*
 * The look and feel of the page columns.
 */
TABLE     { color: black; }
TH        { font-family: Arial, Helvetica; font-size: 12pt; font-weight: bold; }
TD        { font-family: Arial, Helvetica; font-size: 12pt; }

TH        { font-family: Helvetica }
PRE	  { color: blue }
HR	  { color: red; }

