/*****************************************************************************/
/* modified: 2005-03-17 /// (c) 2005 Jane Bond /// http://faq.bubax.net/     */
/* contact by mail: janebond at bubax.net /// http://janebond.bubax.net/     */
/*****************************************************************************/



/****** basic settings override ******/
*[id]::before {
  content:"#" attr(id);
  font-family:courier, monospace;
  font-size:80%;
  font-weight:normal;
  margin:0 0.4em 0 0.4em;
  padding:0.1em;
  background:#fff;
  color:#003;
  border:1px dotted #999;
}
*[id]:hover::before {
  background:#33f;
  color:#fff;
  text-decoration:underline;
}
/*****************************************************************************/

