@font-face {
font-family: "Papyrus";
src: url("http://www.ghosthounds.com/images/logos/PAPYRUS.TTF");
}

body {
  background-color: #300800;
  /*
  background-image: url(pictures/bg1.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  */
  scrollbar-face-color :401500;
  scrollbar-highlight-color :200800;
  scrollbar-3dlight-color :200800;
  scrollbar-shadow-color :200800;
  scrollbar-darkshadow-color :200800;
  scrollbar-track-color :200800;
  scrollbar-arrow-color :200800;
}

#fejlec {
  background-color: #300800;
  /*
  background-image: url(pictures/fejlec.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  */

  /*
  background-image: url(pictures/bg1.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  */
  text-align: center;
}

#nav {
  text-align: center;
  color: #000000;
}

#fokep {
  background-color: #300800;
  /*
  background-image: url(pictures/bg1.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  */
  font-color: #FFFFFF;
  font-family: Papyrus, Comic Sans MS;
}

#fokep h2 {
  font-size: 18px;
  color: #FFFF66;
  font-weight: bold;
  text-align: center
}

#fokep p {
  font-size: 16px;
  color: #FFCC00;
  text-align: center;
}

#lab {
  text-align: center;
  font-size: 12px;
  font-family: Papyrus, Comic Sans MS;
  color: #6F6F6F;
}