/* Like navBarR.css, but with fixed nav bar.
*/
@import "navBarR.css";
body>div.navBar {
position: fixed;
}
