H1 {
	font-size: 14pt;
	color: black;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

H2 {
	font-size: 12pt;
	color: maroon;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

H3 {
	font-size: 11pt;
	color: black;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

P { 
  text-align: justify;
  text-indent: 2em;
  font-family: Arial;
	font-size: 11pt;
}

.error { 
  text-align: center;
  font-family: Arial;
	font-size: 12pt;
	color: red;
	font-weight: bold;
}

.ok { 
  text-align: center;
  font-family: Arial;
	font-size: 12pt;
	color: green;
	font-weight: bold;
}

.tov {
  text-align: center;
  font-family: Arial;
	font-size: 13pt;
	color: maroon;
	background-color: #dedede;
}

.form1 {
  font-family: Arial;
	font-size: 11pt;
	background-color: #dedede;
}

.boldfix   {font: bold 11px Arial, Helvetica, Arial Cyr, Arial Ua, sans-serif;}
.smallfix  {font: 10px Arial, Helvetica, Arial Cyr, Arial Ua, sans-serif;}
