.content table{
  border: 2px solid #CCC;
  margin:0;
  font-weight: 2em;
 }
.content table img{
  border: none;
  margin:0;
 }
 .content table td {
  border: 1px solid #CCC;
  color:0;
  background-color: transparent;
 }
 .content table th{
  border: 1px solid #CCC;
  color:0;
  background-color: #CCC;
 }
 .content table th acronym{
  color:0;
  background-color: transparent;
 }
 .content table td .pic {
  text-align:center;
  width:35px;
 }
 .content table td .cat {
  text-align:right;
  font-size: 0.8em;
  padding: 0 2px;
 }
 .content table td .id-st {
  text-align:right;
  font-size: 0.8em;
  padding: 0 5px;
 }
.content table td a{
  color:0;
  background-color: transparent;
 }
 .content table tr.pari{
  color:0;
  background-color: #D3D3D3;
 }
  .content table tr:hover{
  color:0;
  background-color: #FFFF67;
  cursor: hand;
 }