document.write('<style type="text/css"><!--');

if(navigator.appVersion.indexOf("Mac",0) != -1){
	document.write('.main { font-size:12px; line-height:18px; color:#333333}');
	document.write('.news { font-size: 12px; line-height: 12px; color:#333333}');
	document.write('.caps { font-size: 10px; line-height: 12px; color:#333333}');
	document.write('.scap { font-size: 10px; line-height: 13px; color:#ffffff}');
	document.write('.smoll { font-size: 10px; line-height: 12px; color:#333333}');
	document.write('.title { font-size: 14px; line-height: 16px; color:#333333}');
	document.write('.big { font-size: 14px; line-height: 18px; color:#333333}');
	document.write('.sbig { font-size: 16px; line-height: 20px; color:#333333}');
	document.write('.sbig2 { font-size: 20px; line-height: 20px; color:#333333}');
}else{
	document.write('.main { font-size:12px; line-height:16px; color:#333333}');
	document.write('.news { font-size: 12px; line-height: 18px; color:#333333}');
	document.write('.caps { font-size: 10px; line-height: 13px; color:#333333}');
	document.write('.scap { font-size: 10px; line-height: 12px; color:#ffffff}');
	document.write('.smoll { font-size: 10px; line-height: 14px; color:#333333}');
	document.write('.title { font-size: 14px; line-height: 17px; color:#333333}');
	document.write('.big { font-size: 14px; line-height: 18px; color:#333333}');
	document.write('.sbig { font-size: 16px; line-height: 20px; color:#333333}');
	document.write('.sbig2 { font-size: 20px; line-height: 20px; color:#333333}');
}
document.write('a:active { text-decoration: none }');
document.write('a:link{color:#FF9900;}');
document.write('a:vlink{color:#996600;}');
document.write('a:hover{color:#ff0000;text-decoration:none}');
document.write('--></style>');