FRAME.HEADER, FRAME.NAVIGATIE {
  border-style: solid;
  border-width: 4px;
  border-color: #800080;
}

BODY {
  background-attachment: fixed;
  background-image: url("images/achtergrondforum.jpg");
  color: #000080;
  font-weight: bold;
  font-size: 18px;
  font-family: Times New Roman, serif;
}

TABLE.PICT {
  width: 100%;
}

TH {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
}

TD {
  font-size: 17px;
  font-weight: bold;
}

TD.PICT {
  width: 50%;
}

A {
  text-decoration: underline;
  color: #000080;
}

HR {
  color: #000080;
}

H1 {
  font-size: 26px;
  text-align: center;
}

SPAN {
  text-decoration: underline;
}

.INPUT {
  background-color: #FFFFA8;
  color: #800080;
  border-style: double;
  border-color: #800080;
  font-family: Comic Sans MS;
  font-size: 15px; 
  font-weight: bold;
}

DIV {
  text-align: center;
}

