// set style
// $Id: setstyle.js,v 1.2 2004/02/17 19:44:55 kuba Exp $
s = readCookie("style");
if (s != null) {
	setCSS(s);
}
