	A.nav
	{
		text-decoration : none;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : x-small;;
	}

	A.nav:visited {
		color: #990000;
	}
	A.nav:link {
		color: #990000;
	}

	A.nav:Hover
	{
		color : #000000;
		text-decoration : underline;
	}
	A.nav:active
	{
		color: #993333;
		text-decoration: underline;
	}

	A.nav1
	{
		text-decoration : none;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : xx-small;;
	}

	A.nav1:visited {
		color: #990000;
	}
	A.nav1:link {
		color: #990000;
	}

	A.nav1:Hover
	{
		color : #000000;
		text-decoration : underline;
	}
	A.nav1:active
	{
		color: #993333;
		text-decoration: underline;
	}

