BODY {background-color: white}
/* Перечень стилей тут:
http://www.ctc.msiu.ru/materials/Book1/6_dhtml/3_2_1_css/1_help/index.html
*/

 H1, H2, H3 {text-align: left;
}

 P    {
 /* шрифт */
/*     color: gray; 
       font-family: Times, serif;
       font-size: 14pt;
*/


 /* абзац */
       text-indent: 4%;
       text-align: justify;
 /*      padding-left: 20pt;*/
      }

