/* the news box */  #news {   width:150px;   height:350px;   background:#eee;   color: #000033;   padding: 4px;   background-color: #FFFFdd;   font-family: Verdana, Arial, Helvetica, sans-serif;   font-size: 8pt }  #news a {   color:#000; }  #news ul {   margin:0 .5em 0 1em;   padding:0; }  #news li {   line-height:2em; }  /* the news box when JavaScript is available */ #news.hasJS {   height:200px;   overflow:hidden;   position:relative; }  /* The nested UL when JavaScript is available */ #news.hasJS ul {   position:absolute;   top:120px;   left:0;   margin:0 .5em 0 .5em;   padding:0; } 