body {
  background: url(bg.gif) white;
  color: black
}

h1 {
  color: #B00000;
  background: transparent;
  text-align: center
}

h2 {
  color: maroon;
  background: transparent;
}

h3.photohead {
  color: maroon;
  background: transparent;
}

h3 {
  color: purple;
  background: transparent
}

h4 {
  color: black
}

UL LI {
  list-style-image: url(bullet.gif)
}

.titlebox {
  background: #E0E0A0 url(title_bg.gif)
}

.picbox {
  color: black;
  background: #E0E0A0

}

.slidebox {
  color: black;
  background: #F0A0A0

}

.headbox {
  color: black;
  background: #D0A0D0

}

TABLE.tbl1 {
   background: #E0E0A0
}

TR.tbl1 {
   background: #F0A0A0
}

TH.tbl1 {
   background: #D0A0D0
}

.picbox2 {
  color: #604040;
  background: #E0E0A0 url(menu_bg.gif)

}

.menubox {
  color: #604040;
  background: #E0E0A0 url(menu_bg.gif)

}

.menubox a:link, .menubox a:visited, .menubox a:active {
  color: #604040;
  background: transparent

}

.intro {
  font-weight: bold;
  text-align: center;
  margin-left: 20%;
  margin-right: 20%
}

.footer {
  font-style: italic;
  font-size: x-small;
  text-align: center
}



