function RunStyles()
{
   document.write('<style type="text/css">\n');
   document.write(".yellow {color:#ffbd00;}\n");
   document.write(".yellowbld {color:#ffbd00; font-weight: bold;}\n");
   document.write(".orangelinkbld {color:#fc6b19; font-weight: bold;}\n");
   document.write("a.orangelinkbld {color:#fc6b19; font-weight: bold;}\n");
   document.write("a.orangelinkbld:active {color:#fc6b19;}\n");
   document.write("a.orangelinkbld:link {color:#fc6b19;}\n");
   document.write("a.orangelinkbld:visited {color:#fc6b19;}\n");
   document.write("\n");
   document.write("\n");
   document.write("\n");
   document.write("</style>");
}










