//文章页的样式，分2种，一种是包含top.js的文章，直接使用top.js中的wenzhangtitle,wenzhang
//如果是专题页，使用自定义的，或者是zhengwen.css中定义的
document.write("<style type='text/css'><!--");
document.write(".shudao{color:#015A8F;font-size:12px}");
document.write(".lanmu {  font-size: 12px; color: #000000}");
document.write(".lanmu:link {  font-size: 12px; color: #000000;text-decoration:none;}");
document.write(".lanmu:visited {  font-size: 12px; color: #000000;text-decoration:none}");
document.write(".lanmu:hover {  font-size: 12px; color: red;text-decoration:underline}");
document.write(".lanmu:active {font-size:12px;color:#000000;text-decoration:underline}");
document.write(".wenzhang{line-height:28px;font-size:16px;color:#000000}");
document.write(".wenzhangtitle{font-family:华文中宋;  font-size: 24px; color: #000000; font-weight:bold; line-height: 28px}");

document.write("--></style>");
document.write("<BODY topMargin=0  background='/imgs/bodybg1.gif'>");
document.write("<table width='780' height='1'  align='center' border='0' cellpadding='0'cellspacing='0'>");
  document.write("<tr>                 ");
    document.write("<td width='790'></td>");
  document.write("</tr>");
document.write("</table>");
document.write("<table width='780' height='87' border='0' align='center' cellpadding='0' cellspacing='0'>");
  document.write("<tr>");
    document.write("<td><img src='/banner.jpg' width='780' height='125'></td>");
  document.write("</tr>");
document.write("</table>");
document.write("<table width='780' height='2'  align='center' border='0' cellpadding='0'cellspacing='0' bgcolor='#FFCC00'>");
  document.write("<tr> ");
document.write("                ");
    document.write("<td width='780'></td>");
  document.write("</tr>");
document.write("</table>");

