/* huarayTest.css */

      .pageTitle{ font: 330% "Times New Roman",impact, 黑体,宋体; text-align: center; color: #f00; text-shadow: 3px 3px 3px #666666; }
      .titlePlus { font: 300% "Times New Roman",impact, 黑体,宋体; text-align: center; color: #f00; text-shadow: 3px 3px 3px #666666; }
      .titleExplain { font: 150% "Times New Roman", arial, sans-serif, 仿宋, 宋体, 华文楷体; text-align: center; color: #000;}
      .returnTitle { font: 150% "Times New Roman", arial, sans-serif, 仿宋, 宋体, 华文楷体; text-align: center; color: #000;text-shadow: 3px 3px 3px #666666; }
      .subTitle { font: 180% "Times New Roman", arial, sans-serif, 仿宋, 宋体, 华文楷体; text-align: center; color: #000; font-weight: bold;}
      .sectionTitle { font: 150% "Times New Roman", arial, sans-serif, 仿宋, 宋体, 华文楷体; text-align: left; color: #000; font-weight: bold;}
      .mediaAudio { font: 110% "Times New Roman", arial, sans-serif, 仿宋, 宋体, 华文楷体; text-align: center; color: #000;}
      .branchTitle { font: 130% "Times New Roman", arial, sans-serif, 仿宋; text-align: left; color: #000; font-weight: bold; }
      .subBranch { font: 130% "Times New Roman", 仿宋, 宋体, 华文楷体; text-align: left; text-indent: 10px; color: #f00; font-weight: bold;}
      .question { font: 130% "Times New Roman", 仿宋, 宋体, 华文楷体; text-align: left; color: #000;}
      .choice { font:  130% "Times New Roman"; text-align: left;color: #000; text-indent: 15px; }
      .answer {  font: 130% "Times New Roman", cursive, 仿宋, 宋体, 华文楷体; text-align: right;color: #F00;  } 
      .paraTitle { font: 140% "Times New Roman", arial, sans-serif, 仿宋, 宋体, 华文楷体; text-align: center; color: #000; font-weight: bold;}
      .explanation { font: 130% "Times New Roman", 仿宋, 宋体, 华文楷体; 仿宋, "Times New Roman"; text-align: left;color: #000; text-indent: 30px; }
      .passageA { font: 150% "Times New Roman", arial, sans-serif,仿宋, 宋体; text-align: center; color: #000; font-weight: bold;}
      .paragraph { font: 130% "Times New Roman", arial, sans-serif, 仿宋, 宋体, 华文楷体; text-align: justify; color: #000; text-indent: 40px;}
      .plain { font: 130% "Times New Roman", 华文楷体, 仿宋, 宋体; text-align: justify; color: #000; text-indent: 0px;}
      .author { font: 130% "Times New Roman", arial, sans-serif, 仿宋, 宋体, 华文楷体; text-align: left; color: #000; text-indent: 80%;}
      .underlineTitle { font: 130% "Times New Roman", arial, sans-serif, 仿宋, 宋体, 华文楷体; text-align: left; text-decoration: underline; color: #000; font-weight: bold;}
      .wenbenkang { font: 100% "Times New Roman", arial, sans-serif, 仿宋, 宋体, 华文楷体; text-align: justify; color: #000; width:80%; height:auto; }
      .wenbenkang1 { font: 90% "Times New Roman", arial, sans-serif, 仿宋, 宋体, 华文楷体; text-align: justify; color: #000; width: 90px; height:auto; }
      .wenbenkang2 { font: 90% "Times New Roman", arial, sans-serif, 仿宋, 宋体, 华文楷体; text-align: justify; color: #000; width: 200px; height:auto; }
      em { font-style: normal; background-color: yellow;}
      strong { color: blue; font-size: 110%; }
      uline { text-decoration: underline;}
      lThrough { text-decoration: line-through; }
      combo1 { font-style: normal; background-color: yellow; text-decoration:line-through;}
      combo2 { color: yellow; font-size: 110%;text-decoration: underline;font-style: normal; background-color: red;}
    
.solid { border-top: 5px solid red; }
      .double { border-top: 5px double red; }
      .ridge { border-top: 10px ridge red; }
      .dashed { border-top: 5px dashed red; }
      .dotted { border-top: 5px dotted red; }  

   footer {
    display: block;
    font-size: 120%;
    color:  black;
    width: 100%;
    height: auto;
    border-top: 3px dashed; color:blue;
   }
   
