a.nav1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav1:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #00FFFF;
	text-decoration: none;
}
a.nav2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;
}
a.nav2:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #00FFFF;
	text-decoration: none;
}
a.nav3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00CCFF;
	text-decoration: none;
}
a.nav3:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #00FFFF;
	text-decoration: none;
}

div#result_1 a 
{
	color:#333;
	text-decoration: underline;
}
div#result_1 a:hover 
{
	text-decoration: none;
}

a.nav_right
{
	float: right;
	color: #295db5;
	text-decoration: none;
	margin-right: 5px;
}

a.nav_right:hover
{
	text-decoration: underline;
}
div#nav_right a
{
	color:#295DB5;
	text-decoration: underline;
}
div#nav_right a:hover
{
	color:#00F;
	text-decoration: none;
}
