BODY,H1,H2,H3 {
   font-weight: bold;
   font-family: Helvetica;
   font-variant: normal;
   font-style: normal;
   font-stretch: normal;
   font-size-adjust: none;
   color: #0000B0;
   margin:0,0,0,0; 
}

BODY {
   font-size: 12pt;
   line-height: 14pt;
   background-image: url("images/back.gif");
   background-attachment: fixed;
   background-repeat: repeat;
}

H1 {
   font-size: 18pt;
   line-height: 18pt;
   text-align: center;
}

H2 {
   font-size: 14pt;
   line-height: 14pt;
   text-align: center;
}

H3 {
   font-size: 12pt;
   line-height: 12pt;
   text-align: center;
}

P {
   font-size: 11pt;
   line-height: 12pt;
   text-align: justify;
   text-indent: 1em ;
}

TABLE,TR,TD,TH {
   BORDER-BOTTOM:	#A0A0A0 1px solid;
   BORDER-LEFT:		#A0A0A0 1px solid;
   BORDER-RIGHT:	#A0A0A0 1px solid;
   BORDER-TOP:		#A0A0A0 1px solid;
}

TABLE {
   margin:0;
   font-size: 10pt;
   font-family: Helvetica;
}

TH {
   text-align:  center ;
}

.noBord {
   BORDER-BOTTOM:	#A0A0A0 0px solid;
   BORDER-LEFT:		#A0A0A0 0px solid;
   BORDER-RIGHT:	#A0A0A0 0px solid;
   BORDER-TOP:		#A0A0A0 0px solid;
}

A:link    { color: #0000F8 } /* непосещённые */
A:visited { color: #0000F8 } /* посещённые */
A:hover   { color: #FF0000 }  /* провёл над */
A:active  { color: #800080 } /* активные */

