<style type="text/css">
			img{
				border: 0;
			}
			p{
				line-height: 200%;
			}
			font{
				face: Arial;
			}
			a{
				text-decoration:none;
			}
			body,td,th {
				font-family: Georgia, Times New Roman, Times, serif;
			}
			.style2 {
				font-size: large;
				font-family: Arial, Helvetica, sans-serif;
			}
			a:link {
				color: #006633;
				text-decoration: none;
			}
			a.bright:link {
				color: cyan;
				text-decoration: none;
			}
			a:visited {
				color: #006633;
				text-decoration: none;
			}
			a.bright:visited {
				color: cyan;
				text-decoration: none;
			}
			a:hover {
				background-color: rgb(0, 0, 0);
				color: white;
			}
			a:active {
				text-decoration: none;
				color: #0000FF;
			}
		</style>