<!-- 
body {
	background-color: #ffffcc;}
h2 {
	font-family: arial, helvetica, sans serif;
	font-size: 15pt;
	color: #006600;
	text-align: center;
	}
h3 {
	font-family: arial, helvetica, sans serif;
	font-size: 15pt;
	color: #006600;
	text-align: center;
	}
p {
	font-family: arial, helvetica, sans serif;
	font-size: 12pt;
	color: green;
	margin-left: 15%;
	margin-right:20%;
	}
ul {
	font-family: arial, helvetica, sans serif;
	font-size: 12pt;
	color: red;
	margin-left: 25%;
	margin-right:30%;
	}
td {
	font-family: arial, helvetica, sans serif;
	font-size: 10pt;
	color: #006600;
	}
table {
	margin-left: 15%;
	margin-right: 20%
	}
-->
hr {
	margin-left: 15%;
	margin-right: 20%;
	color: #006600;
	}
a:link,a:active,a:visited {
	color: #006600;
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	background-color: #006600;
	color: #ffffff;
	}
#img {
	text-align: center;
	}
a:hover.dif {
	text-decoration: none;}
//-->
