<style>       
body {
  margin-left: 2%;
  margin-right: 1 %;
      }
P {
/* отступ в первой строке	*/
  text-indent: 20;
/* выравнивание по ширине */
  text-align: justify;
/* отступы блока текста*/
  margin-top: 5;
  margin-bottom: 5;
  margin-left: 3%;
  margin-right: 1%;
  }

H1 {
       font-family: Arial;
        font-size: 150%;
	text-align: left;
	margin-top: 3;
	margin-bottom: 3;
	margin-left : 50px;
	margin-right : 50px;
}
H2 {
       font-family: Arial;
        font-size: 110%;
	margin-top: 3;
	margin-bottom: 3;
	margin-left : 50px;
	margin-right : 50px;
}
 H3 {
	margin-bottom : 0px;
	margin-top : 2px;
	text-indent : 10%;
}
ul {
   text-align: justify;
   margin-top: 0;
   margin-bottom: 3;
   margin-left: 5%;
   margin-right: 5%;
   }
ol {
   text-align: justify;
   margin-top: 0;
   margin-bottom: 5;
   margin-left: 5%;
   margin-right: 5%;
   }
li {
   margin-left: 0;
   margin-top: 0;
   margin-bottom: 0;
   text-align: justify;
   }

BLOCKQUOTE{
/* отступ в первой строке	*/
  text-indent: 0;
/* выравнивание по ширине */
  text-align: justify;
/* отступы блока текста*/
  margin-top: 5;
  margin-bottom: 5;
  margin-left: 8%;
  margin-right: 5%;
  }

/* some tags from kayak.ru */

 td  {
        	font-size : 11pt;
        	color : #000000;
        }
        
        a:link  {
        	text-decoration : underline;
        	color : Blue;
        }
        
        a:visited  {
        	text-decoration : underline;
        	color : #000080;
        }
        
        a:hover  {
        	text-decoration : none;
        	color : Red;
        	border-color : #0000FF;
        }
 </style>