div#content a {
  border-color: #333333;
  border-style: dashed;
  border-width: 0 0 1px 0;
  color: #5555ff;
  text-decoration: none;
}

div#content a:hover {
  border-color: #00f;
  border-style: solid;
  color: #00f;
}

div#content div.imgLeft {
  color: #666666;
  float: left;
  font-size: x-small;
  margin: 5px 10px 5px 0;
  padding: 5px;
}

div#content div.imgRight {
  color: #666666;
  float: right;
  font-size: x-small;
  margin: 5px 0 5px 10px;
  padding: 5px 5px 10px 5px;
}

div#content div.report {
  background-color: #f0f0f0;
  border-color: #666666;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 10px 0;
  padding: 10px;
}

div.report span.date {
  background-color: #ffffff;
  border-color: #666699;
  border-style: solid;
  border-width: 1px;
  color: #666699;
  font-size: large;
  font-weight: bold;
  padding: 5px;
  text-decoration: underline;
}

div.report span.author {
  color: #666699;
  font-size: small;
  font-style: italic;
}

h2 {
  margin: 0 0 10px 0;
  padding: 0;
}

h3 {
  margin: 0 0 10px 0;
  padding: 0;
}

h4 {
  font-size: large;
  font-weight: normal;
  margin: 10px 0 0 0;
}

div.leftColumn {
  float: left;
  margin: 0 0 10px 0;
  padding: 10px;
  width: 45%
}

div.rightColumn {
  float: right;
  margin: 0 0 10px 0;
  padding: 10px;
  width: 45%;	
}

span.romanNum {
  font-family: "Times New Roman", Times, serif;
}

div.centre {
  text-align: center;
}

div.right {
  text-align: right;
}

div#content span.small {
  font-size: small;
}

div.courseDetails {
  color: #666666;
  font-size: small;
}

div#content div.row {
  clear: both;
  padding: 10px 0 0 0;
}

div.row span.leftc {
  float: left;
  font-weight: bold;
  width: 15%;
}

div.row span.rightc {
  float: right;
  width: 80%;
}

div.detailsHeadings {
  float: left;
  font-style: italic;
  font-weight: bold;
  margin: 0 5px 0 10px;
}

p.course {
  font-size: small;
  margin: 10px 0 10px 10px;
}
