 <!-- After the colon is a list of font names.  If the computer doesn't have the first font, 
      it moves down the list until it finds a font that it can use. -->
p  {
    text-align: justify;
    font-family: Arial Unicode MS, Times New Roman
   }
h1 {
    font-family: MS PMincho, MS Song, MS Mincho, MS Gothic, MS UI Gothic, SimSun, SimHei;
    font-weight: bold;
    font-size:25pt
   }
h2 {
    font-family: MS PMincho, MS Song, MS Mincho, MS Gothic, MS UI Gothic, SimSun, SimHei;
    font-style: italic;
    font-size: 12pt
   }
