
body{
        margin:10px 0; padding:0; /* Need to set body margin and padding to get consistency between browsers. */
		text-align:center; /* Hack for IE5/Win */
        background-color: gray;
}


div#content{
        width: 780px;
        border: 2px double #ffffff;
        background-color: #ffffff;
        padding: 10px;
        margin:0px auto; /* Right and left margin widths set to "auto" */
		text-align:left; /* Counteract to IE5/Win Hack */
        font-size: 10pt;
        font-family: sans-serif;
  		

}

div#content h3{
        background-color: #1e90ff;
        text-align: right;
        letter-spacing: -1px;
        color: #ffffff;
        padding: 2px;
        border-bottom: 1px solid black;
        
}        
