Lars Olesen wrote:
The captions for the tables and figures are not standing out compared to the rest of the text, so it is hard quickly to distinguish where the text and the caption is. How can I change this?
Use the LaTeX-package "caption". After installing the package by your LaTeX distribution, add the line
\usepackage[options]{caption}
to the preamble. The options define the layout of the captions. Look at the documentation of "caption" for a description.
regards Uwe