If you have a table that exceeds the margins of your LaTeX document, you can fix it by using the Geometry package.
To do this, simply add this line to your LaTeX document:
\usepackage[centering,includeheadfoot,margin=2cm]{geometry}
(Source: LaTeX Community)
