﻿  .glow 
  { height: 10px; 
    width: 600px; 
    filter: Glow(Color=gold, Strength=10);
  }
  body 
  { 
    background-image: url(images/bgchina.gif);
    margin-left: 10px; 
    margin-right: 3%; 
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, sans-serif;
  }
  div.chinacolor 
  {
    background: rgb(255,212,0);
    padding: 0.5em;
    border: none;
  }
  h1 { margin-left: 3% }
  h2,h3,h4,h5,h6 { margin-left: 5% }

  pre 
  { 
  color: red; 
  font-weight: bold; 
  font-size:large;
  }
  em 
  { 
  font-style: italic; 
  font-weight: bold; 
  }
  strong 
  { 
  font-weight: bold; 
  }

  div.box { border: solid; border-width: thin; }
  
  p.invent 
  {
    padding-left: 0.9em;
    border-left: solid;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left-width: thin;
    border-color: red;
  }
  .dropcap 
  {
     float: left;
     font: bold 1.4em "Times New Roman", "Times Roman", serif;
     color: rgb(51, 0, 102);
     background: rgb(255, 255, 153);
  }
  a{text-decoration: none;}
  a:hover
  {text-decoration: underline;
   color: #006400;
   font-weight: bolder;
  }
  .year 
  { 
  color: #cc3300; 
  font-weight: bold; 
  font-size:large;
  }
