.term {
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
}

.definition {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

#list {
	list-style-type: none;
	width: 660px;
}

#list li {	
	margin-bottom: 20px;
	line-height: 1.5em;
	text-align: justify;
}

/* list nav settings */
.listNav { margin:0 0 20px; }

.ln-letters { overflow:hidden; }
.ln-letters a { font-size:0.9em; display:block; float:left; padding:2px 6px; border:1px solid silver; border-right:none; text-decoration:none; }
.ln-letters a.ln-last { border-right:1px solid silver; }
.ln-letters a:hover,
.ln-letters a.ln-selected { background-color:#eaeaea; }
.ln-letters a.ln-disabled { color:#ccc; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }


#list-nav { font-family: Arial, Helvetica, sans-serif; }
#list-nav .ln-letters a { border:none; border-top:2px solid #d5c69e; color: #2b1215; font-weight: bold; }
#list-nav .ln-letters a.ln-last { border-right:none; }
#list-nav .ln-letters a:hover,
#list-nav .ln-letters a.ln-selected { border-top:2px solid #2b1215; background-color: yellowgreen; color: #2b1215 !important; font-weight: bold; }
#list-nav .ln-letters a.ln-disabled { color: #d5c69e; }
/* #list-nav .ln-letters a.ln-disabled:hover { color:white; } */
#list-nav .ln-letter-count { color: black; }