mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;
document.write("<STYLE TYPE='text/css'><!--")
if(mac){
						//FOR MACINTOSH IE NS
						document.write("a:link 	  { color: #ff0000; text-decoration:none  }");
						document.write("a:visited { color: #66cc00; text-decoration:none  }");
						document.write("a:hover   { color: #3399FF; text-decoration:underline }");
						document.write(".catch  { font-size: 10px; color: #006600; margin-top: 5px; margin-bottom: 5px;}");
						document.write(".title  { font-size: 12px;  color: #ffffff; padding-left: 3px;font-weight: bold;}");
						document.write(".rubi   { font-size:10px; line-height:12px; color: #ffffff;}");
						document.write(".main   { font-size:12px;Line-height:16px; color: #006600;}");
						document.write(".data   { font-size: 10px; line-height: 14px; color: #000000; padding-left: 5px; padding-right: 5px; margin-bottom: 5px;}");
						document.write(".image  { margin-right: 0.5em; margin-bottom: 0.5em }");
}
else{
						if(ie){
						//FOR WINDOWS IE
						document.write("a:link 	  { color: #ff0000; text-decoration:none  }");
						document.write("a:visited { color: #66cc00; text-decoration:none  }");
						document.write("a:hover   { color: #3399FF; text-decoration:underline }");
						document.write(".catch  { font-size: 11px; color: #006600; margin-top: 5px; margin-bottom: 5px;}");
						document.write(".title  { font-size: 12px;  color: #ffffff; padding-left: 3px;font-weight: bold;}");
						document.write(".rubi   { font-size:11px; line-height:14px; color: #ffffff;}");
						document.write(".main   { font-size:12px;Line-height:18px; color: #006600;}");
						document.write(".data   { font-size: 11px; line-height: 16px; color: #000000; padding-left: 5px; padding-right: 5px; margin-bottom: 5px;}");
						document.write(".image  { margin-right: 0.5em; margin-bottom: 0.5em }");
						}
						else{
						//FOR WINDOWS NETSCAPE
						document.write("a:link 	  { color: #ff0000; text-decoration:none  }");
						document.write("a:visited { color: #66cc00; text-decoration:none  }");
						document.write("a:hover   { color: #3399FF; text-decoration:underline }");
						document.write(".catch  { font-size: 11px; color: #006600; margin-top: 5px; margin-bottom: 5px;}");
						document.write(".title  { font-size: 12px;  color: #ffffff; padding-left: 3px;font-weight: bold;}");
						document.write(".rubi   { font-size:11px; line-height:14px; color: #ffffff;}");
						document.write(".main   { font-size:12px;Line-height:18px; color: #006600;}");
						document.write(".data   { font-size: 11px; line-height: 16px; color: #000000; padding-left: 5px; padding-right: 5px; margin-bottom: 5px;}");
						document.write(".image  { margin-right: 0.5em; margin-bottom: 0.5em }");
						}
}
document.write("--></STYLE>");

