body {
  font: 13px "Lucida Grande", Arial, Verdana;
  margin: 0px;
  background: #ffffee;
}
.logobar {
  background: #e1e4ec;
  height: 110px;
  padding: 5px;
  position: relative;
}
.logobar img {
  width: 100px;
  height: auto;
  float: left;
}
.logobar p {
  margin: 0px;
  padding: 0px;
  font-size: 50px;
  text-align: right;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 80%;
}
.blue_underlined {
  text-decoration: underline;
  color: blue;
}
.heart { margin: 30px; }
.heart h2 { margin-left: -10px; }
.heart h3 { margin-left: -10px; }
.heart h4 { margin-left: -10px; }
.heart h5 { margin-left: -10px; }
.heart a:link {
  text-decoration: underline;
  color: blue;
}
.heart a:visited {
  text-decoration: underline;
  color: blue;
}
h1 { text-align: center; }
.red_simple {
  text-decoration: none;
  color: red;
}
.navbar {
  background-image: url("../images/background.gif");
  background-repeat: repeat-x;
  padding: 10px;
  text-align: center;
  line-height: 180%;
}
.navbar a:link {
  text-decoration: none;
  color: red;
}
.navbar a:visited {
  text-decoration: none;
  color: red;
}
.parent { font-weight: bold; }
a:hover { background-color: #e1e4ec; }
a:active { background-color: purple; }
.pic {
  background: lightgrey;
  padding: 10px;
  border: 2px black solid;
  text-align: center;
}
.caption {
  text-align: center;
  font-size: 80%;
  border: 1px black solid;
}
.nextbar {
  text-align: right;
  margin: 5px 30px 20px 5px;
}
