@charset "utf-8";
a.title:link {
	font-size: 12px;
	font-weight: bold;
	color: #ffcc00;
	text-decoration: underline;
}
a.path:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.path:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.title:hover {
	font-size: 12px;
	font-weight: bold;
	color: #ffcc00;
	text-decoration: none;
}
a.title:visited {
	font-size: 12px;
	font-weight: bold;
	color: #ffcc00;
	text-decoration: underline;
}
a.path:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
