@charset "utf-8";
 /* tags */
ul#alltags { border: 1px solid #CCC; padding: 10px; margin: 10px; display: none; }

#alltags li { display: inline; margin-right:5px !important; }
#alltags li a { border-width: 0; color: #000; }
#alltags li.hot a { color: #00F; }
#alltags li.old a { color: #777; }
#alltags li.oldest a { color: #CCC; }
#alltags li a:active,
#alltags li a:hover { color: #6C3; }

.coffButton { color: #000; background: #fff; border: 1px solid #ccc;
  padding: 2px; cursor: pointer; }
a.coffButton:hover { color: #000; background: #ccc; }
#coff { font-weight: bold; padding: 2px; }