BODY {
  margin: 0;
  background-color: #FEFCD3;
  color: #181101;
  background-image: url(/images/achtergrondbochtjurk3.gif);
  background-repeat: no-repeat;
  background-position: -150px -43px;
  background-attachment: fixed;
}

TD {
  font-family: sans-serif;
  font-size: 11pt;
}

P {
  font-family: sans-serif;
  font-size: 11pt;
}

H1 {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
}

A {
  color: #0000FF;
}
A:visited {
  color: #0000FF;
}
A:active {
  color: #FF0000;
}
A:hover {
  color: RGB(89,139,237);
}

TD.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #D6D4AB;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

TD.selected {
	border-style: outset;
	border-width: 2px;
}

TD.thumbcell img {
	border-style: none;
  width: 100px;
}

.browsetext {
  font-family: sans-serif;
  font-size: 10px;
}

