body {
  margin: 0;
  padding: 0;
  background-image: url(images/border1.gif);
  background-repeat: repeat-x;
}

div#background1 {
  background-image: url(images/groovyfriends1.gif);
  background-repeat: no-repeat;
  height: 200px;
}

div#content {
  margin-top: -45px;
  padding: 10px;
  color: #407080;
  font-size: 110%;
}

div.resource {
  float: left;
  padding-right: 10px;
  width: 375px;
}

p.question {
  clear: left;
  font-weight: bold;
}

p.answer {
  clear: left;
  margin-bottom: 30px;
}

p.li {
  padding-left: 15px;
  text-indent: -15px;
  margin-top: 0px;
  margin-bottom: 0px;
}

p#copyright {
  clear: both;
  text-align: right;
  font-size: 10px;
  color: #ff9933;
}

div.commentlink {
  color: #ff9933;
  font-weight: bold;
  font-style: italic;
  border-bottom: #407080 dotted 1px;
}

div.commentlink a {
  color: #ff9933;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}
