a.navbar:link
{	text-decoration: none; 
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt}
a.navbar:visited 
{
	text-decoration: none;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}
a.navbar:hover 
{
	color:#FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	cursor: hand;
}
