/* 
	Author: James Craig
	Simple demo user style sheet for SXSW 2004 demo.
	http://cookiecrook.com/sxsw/2004/demo/ 
*/

/*
	This one rule overrides the body font size in the demo. 
	Since all other elements' font-sizes are relative to the 
	body's font-size, they scale correctly.
*/
body { font-size:18px !important; }

