#bookmarks {
	font-size: 0.8em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: black;
	border: 0px solid #E0E0E0;
	padding: 3px 6px;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#bookmarks dd {
	margin: 0px 0px 0.1em 0px;
	padding: 3px;
	display: inline;
}
#bookmarks dt {
	margin: 0px 0px 0.2em 0px;
	padding: 0px;
	font-weight: bold;
}
#bookmarks a {
	padding-left: 16px;
	color: #00ff00;
	text-decoration: none;
}
#bookmarks a:hover {
	text-decoration: underline;
}
#bookmarks dd.blink {
	background: url('../img/blink.gif') 0px 2px no-repeat;
}
#bookmarks dd.delicious {
	background: url('../img/delicious.gif') 0px 2px no-repeat;
}
#bookmarks dd.digg {
	background: url('../img/digg.gif') 0px 2px no-repeat;
}
#bookmarks dd.furl {
	background: url('../img/furl.gif') 0px 2px no-repeat;
}
#bookmarks dd.google {
	background: url('../img/google.gif') 0px 2px no-repeat;
}
#bookmarks dd.simpy {
	background: url('../img/simpy.gif') 0px 2px no-repeat;
}
#bookmarks dd.spurl {
	background: url('../img/spurl.gif') 0px 2px no-repeat;
}
#bookmarks dd.yahoo {
	background: url('../img/yahoo.gif') 0px 2px no-repeat;
}

