#customnav {
}

#customnav .NavBarLink {
	color: #000000;
}
#customnav .NavBarLink:link{
	color: #000000;
}
#customnav .NavBarLink:visited {
	color: #000000;
}
#customnav .NavBarLink:active {
	color: #000000;
}
#customnav .NavBarLink::hover{
	text-decoration: underline;
	color: #000000;
}

     #footer {font-size: 12px; color: #000000;text-decoration: none; white-space: nowrap;}
     #footer .NavBarLink:link{color: #000000; font-size: 12px;white-space: nowrap;}
    #footer .NavBarLink:visited{color: #000000; font-size: 12px;white-space: nowrap;}
    #footer .NavBarLink:active{color: #000000; font-size: 12px;white-space: nowrap;}
   #footer .NavBarLink:hover{text-decoration: underline;
   color: #000000; font-size: 12px;white-space: nowrap;}