div#whatsnew { overflow: scroll;
  width: 630px; height: 100px; 
  background-color: #FFFFFF; border: 1px none;
  padding: 0px;
  
  scrollbar-3dlight-color:    green;
  scrollbar-arrow-color:      green;
  scrollbar-darkshadow-color: white;
  scrollbar-face-color:       white;
  scrollbar-highlight-color:  white;
  scrollbar-shadow-color:     green;
}
.whatsnew a:link   {
	color: #339900;
	font-size: 11px;
	text-decoration: none;
	line-height: 20px;
 }
.whatsnew a:visited   {
	color: #333300;
	font-size: 11px;
	text-decoration: none;
	line-height: 20px; }
.whatsnew a:hover   {
	color: #339900;
	font-size: 11px;
	text-decoration: none;
	line-height: 20px;
	text-decoration: underline
}

.link a:link   {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
	line-height: 20px;
 }
.link a:visited   {
	color: #666666;
	font-size: 10px;
	text-decoration: underline;
	line-height: 20px; }
.link a:hover   {
	color: #336600;
	font-size: 10px;
	text-decoration: none;
	line-height: 20px;
	text-decoration: underline
}
