#heading {
   color: #000000;
  font-family: "Comic Sans MS", Verdana, sans-serif;
  background-color: #ffff33;
  font-size: 24pt; 
}

.page {
  color: #000000;
  font-family: "Comic Sans MS", Verdana, sans-serif;
  background-color: #ffff33;
  font-size: 12pt;
}

.bttn1 {
  height: 40px;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 204, 0);
  font-size: 14pt;
  font-family: Comic Sans MS;
  font-weight: normal;
}

.bttn2 {
  height: 40px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 100);
  font-size: 14pt;
  font-family: Comic Sans MS;
  font-weight: normal;
}

.inpt1 {
  border: 2px solid rgb(255, 0, 0);
  height: 40px;
  color: rgb(0, 0, 0);
  background-color: rgb(153, 255, 153);
  font-size: 14pt;
  font-family: Comic Sans MS;
  font-weight: normal;
  padding-top: 3px;
}

#menu {
  color: #000000;
  font-family: "Comic Sans MS", Verdana, sans-serif;
/* background-color: #cccccc;    */
  background-color: #cccccc;
  font-size: 16px;
  font-weight: normal;
  border-width: 5px;
  border-style: solid;
  border-top-color: #ffffff;
  border-bottom-color: #777777;
  border-right-color: #777777;
  border-left-color: #ffffff;
}

body {
  background-color: #dddddd;
  background-image: url(wood.jpg);
}

#nav a:link {
  color: #000000;
}

a:visited, a:active {
  color: #0000ff;
}

a:hover {
  color: #FF0000;
}

a{
  width: 120px;
  height: 30px;
  padding: 3px 6px;
  margin-left: 10px;
  text-decoration: none;
  color: #000;
  display: block;
}

a:link{
  background-image: url(blue.gif);
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

a:visited {
  background-image: url(blue.gif);
  background-repeat: no-repeat;
    font-size: 16px;
  font-weight: normal;
}

a:hover {
  background-image: url(yell.gif);
  background-repeat: no-repeat;
    font-size: 16px;
  font-weight: normal;
}

a:active {
  background-image: url(yelld.gif);
  background-repeat: no-repeat;
    font-size: 16px;
  font-weight: normal;
}



#navhole {
  background-image: url(hole.gif);
  width: 120px;
  height: 30px;
  padding: 3px 3px;
  text-decoration: none;
  font-family: "Comic Sans MS", Verdana, sans-serif;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: center top;
}

