latex2man: CSS classnames

 
 CSS classnames
 ==============
 
 The table below shows the names of CSS classes that will be included in
 the HTML tags as attributes.  You can specify the CSS style properties
 in the CSSFILE for these classes:
 
 
 *HTML tag*             *Class*                *Style applies to*
 body                                          the body of the HTML
                                               page
 h1                     titlehead              the title at the top
                                               of the HTML page
                                               specified as an
                                               argument to the _Name_
                                               environment
 h4                     authorhead             the author at the top
                                               of the HTML page
                                               specified as an
                                               argument to the _Name_
                                               environment
 h4                     datehead               the date at the top
                                               of the HTML page
 h4                     versionhead            the man page version
                                               at the top of the
                                               HTML page specified
                                               as an argument to the
                                               _setVersion_ macro
 h2                     sectionname            a section title
                                               specified as an
                                               argument to the
                                               _section_ macro
 h4                     subsectionname         a subsection title
                                               specified as an
                                               argument to the
                                               _subsection_ macro
 h5                     subsubsectionname      a subsubsection title
                                               specified as an
                                               argument to the
                                               _subsubsection_ macro
 font                   progname               a program name
                                               specified as an
                                               argument to the _Prog_
                                               macro
 font                   filename               a file name specified
                                               as an argument to the
                                               _File_ macro
 font                   commandname            a command name
                                               specified as an
                                               argument to the _Cmd_
                                               macro
 font                   textstyle              all text that is not
                                               an argument to some
                                               LaTeX or latex2man
                                               macro
 font                   optstyle               a name of an option
                                               specified as an
                                               argument to the _Opt_,
                                               _oOpt_, _OptArg_,
                                               _oOptArg_ or
                                               _oOptoArg_ macros
 font                   argstyle               a name of an argument
                                               specified as an
                                               argument to the _Arg_,
                                               _oArg_, _OptArg_,
                                               _oOptArg_ or
                                               _oOptoArg_ macros
 a, font                urlstyle               a URL specified as an
                                               argument to the _URL_
                                               macro
 a, font                urlstyle.link          subclass of urlstyle
                                               class
 a, font                urlstyle.visited       subclass of urlstyle
                                               class
 a, font                urlstyle.hover         subclass of urlstyle
                                               class
 a, font                emailstyle             an email specified as
                                               an argument to the
                                               _Email_ macro
 a, font                emailstyle.link        subclass of
                                               emailstyle class
 a, font                emailstyle.visited     subclass of
                                               emailstyle class
 a, font                emailstyle.hover       subclass of
                                               emailstyle class
 table                  tablestyle             a table specified as
                                               a _Table_ environment
 tr                     rowstyle               a row of a table
                                               specified as a _Table_
                                               environment
 td                     cellstyle              a cell of a table
                                               specified as a _Table_
                                               environment