body {
  font-family: Verdana, sans-serif;
  background-color: rgb(128,128,128)
}


table {
  border: 1px solid black;
  border-collapse: collapse;
  background-color: #dadde9
}

td {
  padding-top: 2px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.imagelink {
  border: 3px solid rgb(128,128,128);
}

.imagelink:hover{
  border: 3px solid black;
}

.padder {
  width:10px;
}

.screenshot {
  width:200px;
}
.linktext {
  max-width:600px;
  word-wrap: break-word;
}


a:link {
  color: #000000;
  text-decoration: none
}

a:hover {
  color: #2d2c94;
  text-decoration: underline
}
a:visited {
  color: #000000;
  text-decoration: underline
}

div {
  padding-top: 2px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}



