document.write (			"<style type=\"text/css\">"																							);

document.write (			".stileB{"																												);
document.write (			"width: 200px;"																										);
document.write (			"height: 240px;"																										);
document.write (			"border: 0px;"																											);
document.write (			"padding: 0px;"																										);
document.write (			"}"																														);

document.write (			".stile1{"																												);
document.write (			"width: 200px;"																										);
document.write (			"height: 100px;"																										);
document.write (			"border: 0px;"																											);
document.write (			"padding: 0px;"																										);
document.write (			"}"																														);

document.write (			".stile2{"																												);
document.write (			"width: 200px;"																										);
document.write (			"height: 121px;"																										);
document.write (			"border: 0px;"																											);
document.write (			"text-align:left;"																									);
document.write (			"padding: 0px;"																										);
document.write (			"}"																														);
		
document.write (			".stile3{"																												);
document.write (			"width: 200px;"																										);
document.write (			"height: 17px;	"																										);
document.write (			"border: 0px;"																											);
document.write (			"padding: 0px;"																										);
document.write (			"}"																														);

document.write (			"#stileW{"																												);
document.write (			"width: 190px;"																										);
document.write (			"height: 121px;"																										);
document.write (			"left:5px;"																												);
document.write (			"border: 0px;"																											);
document.write (			"padding: 0px;"																										);
document.write (			"background-color: #fff;"																								);
document.write (			"}"																														);

document.write (			".rssclass .rsstitle{"																									);
document.write (			"font-weight: bold;"																									);
document.write (			"text-align:left;"																									);
document.write (			"font-family:Verdana, Arial"								);



document.write (			"}"																														);



document.write (			".rssclass .rssdate{"																									);
document.write (			"color: black;"																											);
document.write (			"font-size: 85%;"																										);
document.write (			"text-align:left;"																									);
document.write (			"font-family:Verdana, Arial"								);
document.write (			"}"																														);

document.write (			".rssclass a{"																											);
document.write (			"text-decoration: none;"																								);
document.write (			"}"																														);

document.write ("</style>"																														);