/* CSS Document */

	body { font:12px "Trebuchet MS", "MS Sans Serif", georgia; }



	
	#newsblock { width:650px; height:240px; padding:5px; border:1px solid #f2f2f2;}
	#newsblock .news { display:block; color:#777; font:12px "Trebuchet MS", "MS Sans Serif", georgia; text-decoration:none; width:20px; float:left; text-align:center; margin-top:10px; }
	#newsblock .news:hover { color:#111; }
	
	#newsblock .hot { width:650px; height:184px; margin-right:5px;  }
	#newsblock .hot a:hover { color:#fff; }
	#newsblock .hot a:hover span { color:#fff; }
	
	
	