print header,
start_html( "-title" => "Page List"),
div( { -align => "center",
-style => "color:#000000; font-family: Tahoma, helvetica, arial;"},
p("Please enter the following information:",
ul({-align=>"LEFT"},
li({ -type =>'disc',
-style=> "font: 10pt;margin-bottom:0;margin-top:0;"},
['aa', 'bb', 'cc']))
),