body {
    text-align:justify;
    text-indent:3%;
	margin-left : 20pt;
	margin-right : 20pt;
	margin-top : 10pt;
    background : #FAFEE1;
    font-family:"Georgia, Times, serif";
	/* font: 12pt/15pt arial; */
}

table {
	/* margin-left : 20pt */
}

p, li, td {
    margin-top:1px;
    margin-bottom:4px;
}

iframe {
	/* margin-right : 12pt; */
	margin-left : 12pt;
	background : #a0bbbb;
}

td, th {
    text-indent:0;
}

tt, pre, code {
    text-indent:0;
    font-family:"Lucida Sans Unicode";
    font-size:90%;
	font-weight:bold;
    color:navy;
    display:inline;
}

pre {
    white-space:pre;
    display:block;
}


