#B {
  display: inline;
  	border-top: solid 1px #eee;
  	border-left: solid 1px #eee;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ccc;

}
#B img {
  }
h1 {
  display: inline;
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #39c;
  }
h1 a {
  color: #39c;
  }
h1 a:hover {
  text-decoration: underline;
  }
#C {
	clear: both;
	float: left;
	font-size: 0.8em;
	margin: 0 1em 1em 0;
}
h2 {
  font-size:2em;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:0.1em;
  color: #39c;
}
h3 {
  margin:1em 0;
  }
h3 a {
  font-weight:bold;
  color:#39c;
  }
h3 a:hover {
  color:#f33;
  text-decoration:underline;
  }

dl {
  margin:1em 0em 0em 0em;
}
dt {
  float: left; width: 10em;
  font-weight:bold;
}
dd {
  margin:0em 0em 1em 10em;
}

