.marginbody {
   margin: 2%;
}

H1 {	
    color:darkblue;
    FONT-SIZE: 24pt;
    font-weight:bold;
}

H2 {	
    color:darkblue;
    FONT-SIZE: 20pt;
    font-weight:bold;
		font-family: arial, verdana, sans-serif;
}
H6 {
    BACKGROUND-COLOR: white;
    FONT-FAMILY:  "Times New Roman", serif;
    FONT-SIZE: 12pt
	}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */<!-- Hide entire CSS code from IE6 -->
<![if !IE 6]>

.shiftcontainer{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 550px; /* container width*/
background: transparent url(images/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}
<![endif]>