/* CSS Document */
.frithLink {
	color: #666666;
	text-decoration: none;
}
.frithLink:hover {
	text-decoration: underline;
}
.textLink {
	color: #999966;
	text-decoration: none;
}
.textLink:hover {
	color: #333399;
	text-decoration: none;
}
