mac=(navigator.appVersion.indexOf("Mac")!=-1)?true:false;
document.write("<style type=\"text/css\">");
document.write("<!--");
if(mac){
    document.write(".size1  { font-size: 17px; line-height: 21px; }");
    document.write(".size2  { font-size: 12px; line-height: 20px; color:#333333; }");
    document.write(".size3  { font-size: 10px; line-height: 15px; color:#333333; }");
    document.write(".size4  { font-size: 10px; line-height: 15px; }");
    document.write(".size5  { font-size: 14px; line-height: 18px; }");
    document.write(".size6  { font-size: 12px; line-height: 15px; color:#333333; }");
} else {
    document.write(".size1  { font-size: 17px; line-height: 21px; }");
    document.write(".size2  { font-size: 13px; line-height: 21px; color:#333333; }");
    document.write(".size3  { font-size: 11px; line-height: 13px; color:#333333; }");
    document.write(".size4  { font-size: 13px; line-height: 18px; }");
    document.write(".size5  { font-size: 15px; line-height: 19px; }");
    document.write(".size6  { font-size: 13px; line-height: 16px; color:#333333; }");
}
document.write("a:link    { color:#D3B3AE; text-decoration: none }");
document.write("a:visited { color:#CAA9A3; text-decoration: none }");
document.write("a:active  { color:#FFFFFF; text-decoration: none }");
document.write("a:hover   { color:#FFFFFF; text-decoration: underline }");
document.write("-->");
document.write("</style>");
