BODY {
	background:#ffffff;
	color:black;
	font-family:Arial,Helvetica;
	font-size:18pt;
	margin-left:5pt;
}

P, DL, TH, OL {
	font-family:Arial,Helvetica;
	font-size:14pt;
}

H1 {
        width: 100pc;
        text-align: center;
        padding: 7pt;
        color: white;
        background: #1D098E;
        font-size: 24pt;
        line-height: 24pt;
        font-weight: bold;              /* bolder, bold (700), (normal = 400) */
        border-width: thin;
        border-style: solid;
        border-color: #FFFFFF;

        font-family: Arial, Helvetica, sans-serif;
}

EM {
        color: red;
        font-size: 24pt;
        font-style: italic;
}

PRE {
        margin-left: 3em;
        font-size: 80%;
}

P {
        text-indent: 1 em;
}

ADDRESS {
        text-align: right;
        font-style: italic;
}

VAR {
        font-style: normal;
}
 

IMG {
    border: 0;
}


P.center {
	font-family:Arial,Helvetica;
	text-align:center;
	font-size:18pt;
}

UL, U {
	font-family:Arial,Helvetica;
	font-size:24pt;
}
