####
sub browse : Runmode {
my $self = shift;
my $template = $self->load_tmpl("browse_form.html");
$template->param (CSS => 'file:///C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin/linkmotor/templates/basic.css');
return $template->output;
}
####
$self->query->start_html( -style => {'src'=>'http://www.mystyle.com/styles/style.css'} );