    <style type="text/css"> 
	<!--
	a	{
	    cursor : default;
	}
	a:link	{
	    text-decoration : none;
	}
	a:visited	{
	    text-decoration : none;
	}
	a:active	{
	    text-decoration : none;
	}
	a:hover {
	    font-color:white;
	    background-color: #9999ff;
        cursor:pointer;
	} 
	body	{
	    font-size : 10pt;
	    color : black;
	    font-family : Geneva, Arial, Helvetica, san-serif;
	    cursor : default;
	    /* background-color : #ffffff; */
	    background-color : #b4b4ff;
	}
	P {
	    font-size : 10pt;
	    text-indent: 1em;
	    line-height:1.5em;
	    margin-bottom:0em;
	    margin-left=2em;
	}
	H1 {
	    color: blue;
	    font-size: 20pt;
        /* text-align:center; */
        background-image:url(img/h1_back.jpg);
        background-repeat:no-repeat;
	}
	H2 {
	    color: #5555ff;
	    font-size: 15pt;
	    border-left : 8pt solid;
	    border-bottom: 1pt solid;
	    text-indent: 0.5em;
	}
	H3 {
	    color: #5555ff;
	    font-size: 13pt;
	    border-bottom: 1pt solid;
	}
	STRONG.red {
	    color: red;
	    font-size: 15pt;
	}
	STRONG.yellow{
	    color: yellow;
	    font-size: 15pt;
	} 
	TABLE {
	    font-size:10pt;
	}
	-->
    </style>
 
