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