@CHARSET "UTF-8";
@IMPORT url(base.css);

#route {
  color: #000;
  }
#route-header h1 {
  font-size: medium;
  }
#route-body h2 {
  padding: 0.2em 0.5em;
  background-color: #993;
  color: #fff;
  }
#route-body {
  margin: 20px 0;
  }


.report {
  margin: 1em 0;
  clear: both;
  }
.report-text {
  width: 560px;
  float: left;
  }
.report-intro {
  padding: 0.5em;
  }
.report-link {
  padding: 0.5em;
  text-align: right;
  }
.report-image {
  width: 160px;
  float: right;
  }
.report-image img {
  border: solid 1px #993;
  }

