<style type="text/css">
	a.top2 {
		color: Navy;
		text-decoration: none;
		font-family: Arial;
		font-size: 12px;

	}
	a.top2:hover {
		color: Navy;
		text-decoration: underline;
		font-family: Arial;
		font-size: 12px;
	}
	.nav {
		color: Navy;
		text-decoration: none;
		font-family: Arial;
		font-size: 12px;
		line-height: 20px;
	}
	.nav:hover {
		color: red;
		text-decoration: underline;
		font-family: Arial;
		font-size: 12px;
		line-height: 20px;
	}
	h1 {
		font-family: Arial;
		font-size: 18px;
	}
	p.bdy {
		font-family: Arial;
		font-size: 13px;
	}
	li {
		font-family: Arial;
		font-size: 13px;
	}
</style>
