/*
	2022-05-01:
	* Added !important properties for dark mode cookie setting
*/
a.navbar:link {color:#99f !important;font-weight:bold;}
a.navbar:visited {color:#99f !important;font-weight:bold;} /* was #33f */
a.navbar:hover {color:#ccf !important;font-weight:bold;}
a.navbar:active {color:#ccf !important;font-weight:bold;}
