body {
  color:black;
  background-color: #5d5850;
  font-size: 16px;
  font-family:"comic sans ms", verdana, sans-serif;
}
a:link {
COLOR: #E5E3E0;
}
a:visited {
COLOR: #b0afad;
}
a:hover {
COLOR: #FFFFFF;
}
a:active {
COLOR: #ffffff;
}
font.text100 {
  font-size: 100%;
  color:#c2c0bd;
}
font.text130 {
  font-size: 130%;
  color:#c2c0bd;
}
font.text150 {
  font-size: 150%;
  color:#c2c0bd;
}
font.text100orange {
  font-size: 100%;
  color:#F7AC3B;
}
.bsb {
  border: solid 4px black;
  background-color: #3F3A32;
}  /* bsb = border, solid, black */
.bsbhs {
  border: solid 4px black;
  background-color: #3F3A32;
  width: 150px;
  height: 100px;
}  /* bsbhs = border, solid, black, horizontal, small */
.bsbvs {
  border: solid 4px black;
  background-color: #3F3A32;
  width: 150px;
  height: 225px;
}  /* bsbhs = border, solid, black, vertical, small */
.bsbw90 {
  border: solid 4px black;
  background-color: #3F3A32;
  width: 90%;
}  /* bsbhs = border, solid, black, width=90% used for large horizontal paintings*/
.bsbw50 {
  border: solid 4px black;
  background-color: #3F3A32;
  width: 50%;
}  /* bsbhs = border, solid, black, width=50% used for large vertical paintings*/
.navbut {
  border: 0;
  width: 100;
  height: 30;
}
