Código HTML:
Ver original<?
$el_css = "azul.css";
if($_REQUEST['seleccionCss']!="") $el_css = $_REQUEST['el_css']);
$_SESSION['css']=$el_css;
?>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml">   
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  <link href="<?=$_SESSION['css']?>" rel="stylesheet" type="text/css" /> 
<!--Llamada a la hoja    
de estilos css--> 
 
<!--_____________________________________________________________________________TABLA MAQUETADORA--> 
  <table align="center" width="70%" border="1" >        <td id="cabecera" colspan="3" align="center">FORO - CAMBIAR COLORES
</td>   
      <td id="menu" width="33%" align="center"><a href="nueva_discusion.php">NUEVA DISCUSI
ÓN
</a></td>        <td id="menu" width="33%" align="center"><a href="id_editor.php">EDITOR
</a></td>         <td id="menu" width="33%" align="center"><a href="cambiar_colores.php">CAMBIAR COLORES
</a></td>        <td colspan="3" id="fondo_foro">           
<!--_____________________________________________________________________________TABLA DE INTERVENCIONES--> 
        <div id="intervenciones" align="center">               
 
              <FORM METHOD="POST" ACTION="">                COLORES: 
<option value="blancoNegro">Blanco y negro
</option>               <input type="submit" name="submit" value="OK"></p>                 
         
   
<!--_____________________________________________________________________________FIN DE TABLA DE INTERVENCIONES--> 
 
<!--_____________________________________________________________________________FIN DE TABLA MAQUETADORA--> 
  
  
Prueba eso, a ver si te va.
Es una solución muy básica, pero a partir de ahi te haces una idea de como funciona y puedes ir mejorando el script. 
Personalmente, yo lo haría con javascript (jQuery).