To specify margins, one way to do it is by using @page in the CSS as the first line like the following code. that way, you don't have to go digging into the CSS to find all the places that specify the margins.
Code:
@page { margin-bottom: 1em;margin-left: 1em;margin-right: 1em;margin-top: 1em;}