/* holmesprint.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, h6 {
font-weight: normal;
font-size: 11pt;
}

p {
margin: 0;
padding: .5em 0;
font-size: 11pt;
}

li {
padding-top: 3pt;
list-style: disc inside;
}

a {
margin: auto;
text-decoration: underline;
color: #000;
background-color: #fff;
}

/* IDs */

div#header, div#wrap1, div#wrap, div#main {
width: auto;
}
