.navbar-light .navbar-brand {
    color: #FFFFFF !important;
}
.navbar-light .navbar-text {
    color: #FFFFFF !important;
}


#whitelink {
    color: #FFFFFF !important;
}

#graylink {
    color: #555 !important;
}

#currentlink {
	color: #d6c2cd !important;
}

#currentlinkdrop {
	color: #555 !important;
	background-color: #b2b2b2 !important;
}

#fablue {
	color: #4183D7 !important;
}

.list-group-item {
	border: 1px solid #ddd !important;
}

.list-group-item.active {
	background-color: #6E6E6E !important;
	border-color: #6E6E6E !important;
}

body {
	word-wrap: break-word;
}


.dropdown-item.active, .dropdown-item:active {
    background-color: #b2b2b2;
}


.btn-info, .btn-info:hover, .btn-info:active, .btn-info:visited {
    background-color: #98ff00 !important;
	border-color: #86cc1f !important;
	color: #343a40 !important;
}

