a.nav		{
	font-size: 9pt;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #D44B81;
	font-weight: bold;

		}
a.nav:link	{
	color: #D44B81;
		}
a.nav:visited	{
	color: #A83264;
		}
a.nav:HOVER	{
	color: #FC629E;
	font-weight: bolder;
	text-decoration: underline blink;
	font-size: 9pt;
		}
