/* craneprint.css */ 

body {
width: 100%;
margin: 0;
padding: 0;
border: 0;
font-family: helvetica, arial, verdana, sans-serif; 
font-size: 10pt;
text-align: left;
font-weight: normal;
color: #000;
background-color: #fff;
}

h1 {
font-size: 15pt;
}

h2 {
font-size: 13pt; 
}

h3 {
font-size: 12pt;
font-weight: normal;
}

h4, h5 {
font-size: 11pt;
font-weight: normal;
}

li {
list-style-type: square;
padding-top: .2em;
}

/* classes */

.latin {
font-style: italic;
}

.inlinehead {
font-size: 11pt;
font-weight: bold;
}

.spaced {
line-height: 150%;
}

/* IDs */

img, p.center, div#navmin, div#navmax, div#bread, div.cleardiv, div#sidebar {
display: none;
}

div#header, div#wrap2 {
width: auto;
}

div#main, div#main404 {
margin: auto;
}

