a {
  background-color: transparent;  
  color: #555555;
  text-decoration: none;
}

a:hover {
  background-color: #eeeeee;  
  color: #000000;
}

body {
  background-color: white;
  color: #555555;  
  font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
}

div {
  background-color: transparent;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 20%;
}

table {
  background-color: transparent;
  color: #555555;  
  width: 100%;
  text-align: left;
}

td {
  background-color: transparent;
  color: #555555;
  vertical-align: top;
  padding-left: 2em;
  text-align: left;
}

td.link {
  padding-left: 2em;  
  text-indent: 0em;
}

th {
  background-color: #dddddd;  
  color: #555555;
  padding-left: 2em;
  text-align: left;
}
