.toolbar_item {
	color: white;
	font-weight: normal;
}

.toolbar_item_active {
	color: red;
	text-decoration: none;
	font-weight: bold;
	font-size: 14pt;
}

:link.toolbar_item {
	color: white;
	text-decoration: none;
}

:visited.toolbar_item {
	color: white;
	text-decoration: none;
}

:hover.toolbar_item {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
