H1        { font-family      : Book Antiqua;
          }

BODY      { font-family      : Book Antiqua;
            font-size        : 15;
            text-align       : justify;
            background-color : #FFFBEC
          }

TD        { font-family      : Book Antiqua;
            font-size        : 15;
            text-align       : justify;
            background-color : #FFFBEC
          }

A:link    { font-weight      : normal;
            text-decoration  : none;
            color            : #0000FF;
            background-color : #FFFBEC;
          }

A:visited { font-weight      : normal;
            text-decoration  : none;
            color            : #0000FF;
            background-color : #FFFBEC;
          }

A:hover   { font-weight      : normal;
            text-decoration  : underline;
            color            : #0000FF;
            background-color : #FFFBEC;
          }

