a.site {
	color:#000;
	font-weight:bold;
}

a.site:hover {
	background-color:#333333;
	color:#DDDDDD;
}


span.see_also {
	font-size:75%;
	font-weight:bold;
}

div.comment, span.comment {
	font-size:90%;
}

/* site description */
div.description {
	margin-left: 8px;
	margin-right: 8px;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #DDD;
	font-style: italic;
}

span.details {
	font-size:70%;
}

