codice:
<?php 

srand ((double) microtime() * 10000000);

$arr_background = array ("blue", "yellow", "orange", "green", "red");
$arr_color      = array ("white", "red", "black", "blue", "white");
$rand_keys      = array_rand ($arr_background);
$background     = $arr_background[$rand_keys];
$color          = $arr_color[$rand_keys];
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>

<title>Untitled</title>
<style type="text/css">
<!--
input{color:#000000;}
a:link{color:#4682E3;}
a:visited{color:#4682E3;}
div.a{background-color:<?php print $color; ?>}
body{background-color:#000000; color:#ffffff; font-family:Comic Sans MS;}
-->
</style>

<body><center>
<title>MyBox MeGacHaT</title>
<hr><div class=a><font color=white>MeNu principale</font></div><hr>

pippo
</head>
<body>

</body>
</html>
ho sistemato e ora funziona tutto...
come imposto i colori in modo che escano colori accesi???