BODY.popupbody {
  background-image: url('pict/bgimg.jpg');
  background-repeat: no-repeat;
}

BODY.loginx {
  margin: 15px;
}

BODY {
  background-image: url(/pict/achter.gif);
  scrollbar-base-color: #A02E22 ;
}

P, BUTTON {
  font-size:     12pt;
  font-family:   "Tempus Sans ITC", "Comic Sans MS", "Arial";
  font-weight:   normal;
  margin-top:    5px; 
  margin-bottom: 5px; 
}

H2 {
  font-family:   "Tempus Sans ITC", "Comic Sans MS", "Arial";
  font-size:     18pt;
  font-weight:   bold;
  text-align:    center;
  color:         #993333;
}

H3 {
  font-family:   "Tempus Sans ITC", "Comic Sans MS", "Arial";
}

P.sml {
  font-size: 9pt;
  font-family: arial narrow;
  font-weight: normal;
}

DIV.page {
  width: 700px;
  max-width: 700px;
}

DIV.fx {
  width: 650px;
  overflow: scroll;
  overflow-y: hidden;
}

@media only screen and (max-width: 500px) {

DIV.page {
  width: 400px;
  max-width: 400px;
}
DIV.fx {
  width: 350px;
}
}

