/* These rules are just for the display purposes of the copy on this page - everything needed for Boxlib is within boxlib.css. */

* {
 font-family:verdana;
 font-size:11px;
}

h1, h2, h3, h4 {
 display:block;
 font-weight:normal;
 text-transform:uppercase;
 margin:0px;
 margin-top:8px;
 padding:0px;
}

h1 {
 display:inline;
 font-size:15px;
 font-weight:bold;
}

h2, h3, h4 {
 font-weight:bold;
}

ol, ul {
 padding:0px;
 margin:0px;
 margin-left:16px;
}

ol {
 margin:0px;
}

p {
 margin:0px;
 padding:0px;
 margin-top:8px;
}

p.firstChild {
 margin:0px;
}

pre {
 margin:0px;
}

