/* Page white style sheet; specified separately from the persistant 
 * style sheet. My reading of the HTML 4.0 spec suggest this will make
 * chosing between the optional styles easier.
 * Copyright James Phillips June 2010 */
@media screen, tv, projection, handheld {
	/* I am assuming most "tty" browsers ignore colour directives */
	BODY {
		color: black;
		background: white;
	}
}

