/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
#container { z-index: 1; position: relative ; top: 0px; left: 0px;}
#iframe { z-index: 2; position: relative; top: 0px; left: 0px; width: 1075px; height: 550px;}

html, body {
  color: black;
  cursor: url(https://cur.cursors-4u.net/holidays/hol-5/hol425.ani), url(https://cur.cursors-4u.net/holidays/hol-5/hol425.gif), default !important;
  font-family: Comic Sans MS;
}

h1 {
  color: #812001;
  font-family: 'Lucida Handwriting';
    font-weight: normal;
    font-style: normal;
}

h4 {
  color: grey;
  font-family: 'Lucida Handwriting';
  font-size: 20px;
  line-height: 4px;
  font-weight: bold;
}

li  {
    text-indent: 60px;
}
  
  area  {
    cursor: crosshair;
    font-family: arial;
  }
  

  /* width */
::-webkit-scrollbar {
  width: 10px;
}
/* buttons */
::-webkit-scrollbar-button {
  arrow: #8a2201;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: transparent;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8a2201;
}

/* unvisited link */
a {
  color: #2f5e2b;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #8a2201;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: black;
  font-family: courier new;
  cursor: crosshair;
  text-weight: bold;
  text-decoration: none;
}

/* selected link */
a:active {
  color: black;
  text-decoration: none;
}
  
