body		{
			font-family: "Arial Cyr";
			color: MidnightBlue;
			text-decoration: none;
			font-size: 8pt;
		    margin-left: 3%;
		    margin-right: 0%;
			}
a:link		{
			color: #C00000;
			text-decoration: none;
			}
a:visited	{
			color: #C00000;
			text-decoration: none;
			}
a:hover		{
			color: #00C000;
			text-decoration: none;
			}
H1			{
			font-size: 18pt;
		    font-weight: bold;
		    color: #800040;
		    text-align: center;
			}
H2			{
			font-size: 12pt;
			font-style: italic;
			color: #FF0000;
		    text-align: center;
			}
H3			{
			font-size: 10pt;
		    font-weight: bold;
		    color: green;
		    margin-left: 7%;
			}
P			{
			font-size: 8pt;
			text-indent:0pt;
			}
P.lar		{
			color: #008000;
			font-size: 14pt;
			text-align: center;
			text-indent:0pt;
			}

