/** Styles for the Glossary page */
#content-container a {
	text-decoration:none;
	cursor:text;
	color:#505050;
}

#content-container dd.glossarydefinition a {
	text-decoration: none; 
	color: #006899; 
	cursor: pointer; 
}

#content-container dd.glossarydefinition a:hover {
	text-decoration: underline; 
}	