/*
 * Sample definitions for Excercise 5
 */

h2 {
  background: url("b1.png") left; background-repeat: no-repeat;
  padding-left: 36px; height: 32px;
  border: none;
  border-top: green solid medium;
  border-bottom: green solid medium;
  border-right: 
  margin-right: 10%;
}
p {
  background: white url("u1.png") bottom;
  line-height: 20px; padding: 0 1ex; margin: 1em;
}
