Er.........
Say if someone chooses a style (through a form I would believe) then they are directed to a php page taking a variable ($style = style1, $style = style2) with them, that page would have a switch statement, case style1 loading css1, case style2 loading css2 etc., etc., whatever the cookie was doing.