document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. .listControl{
  2.   margin-bottom: 15px;
  3. }
  4. .listControl a {
  5.     border: 1px solid #555555;
  6.     color: #555555;
  7.     cursor: pointer;
  8.     height: 1.5em;
  9.     line-height: 1.5em;
  10.     margin-right: 5px;
  11.     padding: 4px 10px;
  12. }
  13. .listControl a:hover {
  14.     background-color:#555555;
  15.     color:#222222;
  16.     font-weight:normal;
  17. }
');