#delicious-tags-bahut {
    overflow: auto;
    height: 15em;
}

.delicious-tag-count {display: none;}

.delicious-list li {
	font-size: 1em !important;
	line-height: 1em !important;
}
.delicious-list li a {
	color: #333 !important;
}


#taglistdiv {
    overflow: auto;
    height: 15em;
    border-bottom: 1px dotted #ccc;
}
ul#tag-list {
    border: 0 !important;
}
ul#tag-list li.tag {
	line-height: 1.1em;
}

/*
a.tag-lnk {
	color: #333 !important;
}
*/
.tag-cnt {
/*	color: #333; */
	font-size: xx-small;
}

.filename {
    font-family: monospace;
    color: navy;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.smallnote {
    font-size: 90%;
    font-style: italic;
}

#GoogleAds {
/*    float: left;*/
}

.mono {
    font-family: monospace;
}
blockquote {
    background: #FBFBFB;
	border: 1px dotted silver;
    padding: 0.5em;
}

pre {
/*	border: 1px dotted silver; */
	line-height: 1.5em;
}
