html {
   margin-top: 0px; /* -21 fixes the space at the top of Firefox */
}
body {
    color: black;
    background-color: #ffbbbb; 
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0cm;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url("images/JansRose.gif");
    background-repeat: repeat-y;
    background-position: left;
}
a:link {
   color: #0000ff;
   background-color: #ffbbbb; 
}
a:visited {
   color: #800080;
   background-color: #ffbbbb; 
}
h2 {
  color: black;
  background-color: #ffbbbb; 
} 
p.faq {
   text-decoration: underline;
   font-weight: bold;
}
