<!--
a {
	font-family: Arial Narrow;
	font-size: 14px;
	color: #cccccc;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cccccc;
}
a:hover {
	color: #e2e55a;
}
a:active {
	text-decoration: none;
	color: #cccccc;
}
-->