.tank p {
  float: right;
  color: #222222 !important;
  font-family:"Trebuchet MS",sans-serif;  
  line-height: 24px;
  font-weight: normal;  
  font-size: 14px;  
  letter-spacing: -1px;
  
}

.tank a, .tank a:link, .tank a:visited { 
  color: #fff !important;
  background-color: #333 !important;
  /*border: 1px solid #fff;*/
  
  padding: 0px 5px;
  /*padding-bottom: 1px;*/ /* why? background color only goes to exactly the pixel 
                          where the ps and q's and g's end.. */
  text-decoration: none; 
  outline:none;
}

.tank a:hover { 
    text-decoration: none;
    color: #FCFCAA !important;
}