@charset "utf-8";
.f {
	font-size: 0.6em;
	font-weight: bold;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}


.f a:link {
	color: #999999;
	text-decoration: none;
}
.f a:visited {
color: #999999;
	text-decoration: none;
}
.f a:active {
color: #999999;
	text-decoration: none;
}
.f a:hover {
	
	color: #b95400;
	text-decoration: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #000066;
	text-decoration: none;
}
