body#pageID {}
for each page and in the
HTML <body id="pageID"> this also makes it easier to control navigation based on per pages basis.
i.e. #nav ul li a {} and then you could do something like #pageID #nav ul li a {} will work on any child of the body. etc etc