@CHARSET "UTF-8";

.glossary-index-column-left
{
	float:left; 
	width: 45%; 
	margin:0; 
	padding: 10px;
}

.glossary-index-column-right
{
	float:right; 
	width: 45%; 
	margin:0; 
	padding: 10px;
}

.letters-list
{
	color: white;
	background-color: #00678A;
	width: 100%;
	padding-left: 10px;
}

.letters-list li
{
	display: inline;
	margin:4px;
}

.letters-list a, .letters-list a:visited
{
	color: white;
}

dt
{
	font-weight: bold; 
}

.anchor:hover
{
	text-decoration: none;
}
