.p_listing {
  background: #ccccff none repeat scroll 0% 50%;
  overflow: scroll;
  height: 20em;
}
.p_hint {
  border-style: solid;
  border-width: 1px;
  background-color: orange;
  font-weight: bold;
}
.p_image {
  border-style: solid;
  border-width: 1px;
  background-color: #cccccc;
  font-style: italic;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
p a[href] {
  background-image: url(../images/loklink.gif);
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: 0 0.3em;
}
li a[href] {
  background-image: url(../images/loklink.gif);
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: 0 0.3em;
}
p a[href^="http:"] {
  background-image: url(../images/extlink.gif);
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: 0 0.3em;
}
li a[href^="http:"] {
  background-image: url(../images/extlink.gif);
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: 0 0.3em;
}
