Change the category tag so that you can do something like this:
{% post_category pre_text="Categories: " outer_tag="p" outer_class="outer-class" inner_tag="ul" inner_class="inner-class" link_class="link-class" %}
Which will produce:
<p class="outer-class">Categories: <ul class="inner-class"><li><a class="link-class" href="/category-1">Category 1</a></li></ul></p>
Change the category tag so that you can do something like this:
Which will produce: