h1, h3, h5 {
    color: blue;
}

H1 {
	background-color: #ffccff ;
	font-size: 24pt ;
	text-align: center ; 
	line-height: 130% ;
}

H2 { 
	color: orange;
	margin: 1em 1em 1em 0em ;
	font-size: 20pt ;
	background-color: #AFEEEE ;
	line-height: 120% ;
}

H3 { 
	background-color: greenyellow ;
	font-size: 16pt ;
	line-height : 1.0em
}

H4 { 
	color: orange;
	background-color: #ffff00 ;
	font-size: 14pt ;
	line-height : 1.0em
}

UL {
	font-size: 12pt ;
	list-style-type: disk ;
	line-height: 120% ;
}

BODY 
{
	font-size: 12pt ;

}
IMG
{
	float: right;
}
P 
{
	font-size : 12pt ;
	line-height: 120% ;
}

table
{
	background-color: #ffffff ;
	border: solid ;
}

DIV.code
{
    background-color: #ffffff ;
    font-family: Courier New;
    font-size: 12pt;
}






