P  { 
      text-align : justify;
      color : #333333;
      padding-left : 3%;
      padding-right : 3%;
   }  
P.center { text-align : center}
div.center {align : center}
/*определяем свойства для ссылок*/
        a:        {

                text-decoration : none;

                font-size : 12pt;

                font-family : "Blackadder ITC";

                font-weight : normal;

                font-style : normal;

                color : #4B0082;

        }

        a:link         {

                text-decoration: none;

                font-size : 12pt;

                font-family : "Blackadder ITC";

                font-weight : normal;

                font-style : normal;

                color : #4B0082;

        }



        a:visited {

                text-decoration: none;

                font-size : 12pt;

                font-family : "Blackadder ITC";

                font-weight : normal;

                font-style : normal;

                color : #00008B;

        }



        a:hover {

                text-decoration: none;

                font-size : 12pt;

                font-family : "Blackadder ITC";

                font-weight : normal;

                font-style : normal;

                color : Fuchsia;

        }
