table#tablestyle {
  margin-bottom: 20px;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #777;
  color: #363636;
  background: #fff;
  }
  
#tablestyle td, th {
  border: 1px solid #000;
  padding: .4em;
  color: #363636;
  }

#tablestyle th {
	background: #A9A9A9;
	color: #fff;
	letter-spacing: 2px;
}

#tablestyle tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }

#tablestyle tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight: normal;
  color: #363636;
  }

#tablestyle tbody th a:hover {
  background: transparent;
  color: #363636;
  }

#tablestyle tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }

#tablestyle tbody tr:hover {
  background: #fff;
  color: #FFFFFF;
  }
