body {
  font-family: Verdana, Lucida Grande, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: white;
}
table {
  font-size: 12px;
}
a:link, a:visited, a:active {
  color: black;
}
.item {
  border-top: solid gray 1px;
  border-right: solid gray 1px;
  border-bottom: solid gray 1px;
  border-left: solid gray 1px;
  text-align: left;
}
.itemHeader, .itemHeader a:link, .itemHeader a:visited, .itemHeader a:active {
  background: gray;
  color: white;
  font-weight: bold;
}
.itemBody {
  background: white;
}
.itemBodyEven {
  background: lightgrey;
}
.itemBodyOdd {
  background: white;
}
.itemMetadata, .itemMetadata a:link, .itemMetadata a:visited, .itemMetadata a:active {
  color: gray;
  font-size: 10px;
}
.link {
  font-size: 10px;
}
.screenshot {
  border-top: solid gray 1px;
  border-right: solid gray 1px;
  border-bottom: solid gray 1px;
  border-left: solid gray 1px;
  text-align: left;
}