/* styles.css */

/* Note: "//" is not good.
nope {
  // huh?

  //background-color: #dbe7d6;
  //background-color: #B4F3B3;

  //background-image: url('mulch_background.jpg');
  // hmm
}
*/

body {
  /*background-color: #82c86f;*/
  background: #000000;
  font-family: Verdana, Arial, Helvetica, san-serif;
  font-size: 10pt;
  color: #ffcb25;

}

h1 {
  font-size: 16pt;
}
h2 {
  font-size: 13pt;
}
h3 {
  font-size: 10pt;
  /*font-weight: bQQQold;*/
  font-style: italic;
}

#sidebar {
  background: #498949;
/*  margin-top: 12px;*/
  margin-right: 5px;
  width: 100px;
  height: 300px;
  float: left;
}
/*a:hover {
  border-style: dashed;
  border-color: #FFD93D;
}*/
.nav-button {
  border-style: dashed;
  border-color: black;
}
.nav-button:hover {
  border-style: dashed;
  border-color: #FFD93D;
}
  
