/* cranesnorthprint.css */ 

body {
width: 100%;
margin: 0;
padding: 0;
border: 0;
font: normal 1em helvetica, arial, verdana, sans-serif; 
font-size: 10pt;
text-align: left;
color: #000;
background-color: #fff;
}

h1 {
font-size: 15pt;
}

h2 {
font-size: 13pt;
}

h3 {
font-weight: normal;
font-size: 12pt;
}

h4, h5 {
font-weight: normal;
font-size: 11pt;
}

a {
margin: auto;
text-decoration: underline;
color: #000;
background-color: #fff;
}

img {
display: none;
}

/* classes */

.latin {
font-style: italic;
}

/* IDs */

div#container, div#main, div#footer {
margin: auto;
width: auto;
}
