/* CSS Document */ body{background-color:#FFFF99} ul#menu{margin:0; padding:0; 
font:"Times New Roman", Times, serif; font-weight:bold; list-style-type: none;} 
#menu a{display:block; margin:5px 20; font-weight:bold; color:white; text-decoration:none; 
line-height:25px; width:120px; border:1px solid white; background:red; text-align:center;} 
#menu a:hover {display:block; margin:5px 20; font-weight:bold; color:blue; text-decoration:none; 
line-height:25px; width:120px; border:1px solid white; background:yellow; text-align:center;} 
