  <style>
					a	{
						color: #e60086;
						font-weight: normal;
						text-decoration: underline;}

					A:link {
						text-decoration: none;
						color: #e60086;
						font-weight: normal;
						text-decoration: underline;}

					A:active {
						text-decoration: none;
						color: #e60086;
						font-weight: normal;
						text-decoration: underline; }

					A:visited {
						text-decoration: none;
						color: #e60086;
						font-weight: normal;
						text-decoration: underline; }

					a:hover{
						text-decoration: none;
						color: #00a6ec;
						font-weight: normal;
						text-decoration: underline;}

					.body  {
						font-family: "Franklin Gothic Medium Cond, Arial Narrow, Arial";
						font-style: normal;
						color: #ffffff;
						font-size: 15;
						font-weight: normal;
						line-height: 18px;

					}

					H1 	{
						font-family : verdana;
						font-style : normal;
						color: #000000;
						font-size : 14;
						font-weight: bold;
						margin-left: 0px;
						margin-top: 0px;}
</style>
