/*                                                   */
/* style of the pages with the abstract of the talks */
/*                                                   */
/* F. Guyard 06 06 2001                              */

BODY {background-color: white; 
      }

P.title  {color: green;
          font-size: 24pt;
          font-weight: bold;
          font-family: "Times";
          align: center;}

/* parameter for the text of the abstract */

P.abstract {font-size: 18pt;
            font-family: "Utopia";}

/* parameter for the text of the name     */


P.nom      {font-size: 24pt;
              font-weight: bold;
              font-family: "Times";}


/* parameters for the name of the university */


P.univ  {font-size: 18pt;
         font-style: normal;
         font-weight: normal;
         font-family: "Utopia";
         color: black;}

/* parameters for the keywords */

P.keywords {font-size: 14pt;
           font-family: "Times";
           color: black;
           align: center;}

/* parameters for the pointer to the email */


P.email  {font-size: 18pt;
          font-style: normal;
          font-weight: normal;
          font-family: "Times";
          color: black;}


/* parameters for the telephone and fax text */

P.telephon  {font-size: 14pt;
            font-style: normal;
            font-weight: normal;
            font-family: "Times";
            color: black;
            align: center;}

/* parameters for text of the date */


P.date  {font-size: 18pt;
         font-style: normal;
         font-weight: normal;
         font-family: "Times";
         color: black;
         align: center;}

/* parameters for text of the author*/

P.author {font-size: 18pt;
          font-family: "Times";
          color: black;
          align: center;}









