/* --------------------------------------------------------------------------
=basic
-------------------------------------------------------------------------- */
a:link {
	color: #600;
	text-decoration: none;
}
a:visited {
	color: #966;
	text-decoration: none;
}
a:hover,
a:visited:hover {
	color: #999;
	text-decoration: none;
}


/* --------------------------------------------------------------------------
=subnav
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
=quick-nav
-------------------------------------------------------------------------- */
.quick-nav a:link,
.quick-nav a:visited {
	color: #666;
	text-decoration: none;
}
.quick-nav a:hover,
.quick-nav a:visited:hover {
	color: #600;
	text-decoration: none;
}

/* --------------------------------------------------------------------------
=thumbnails
-------------------------------------------------------------------------- */
.thumbnail a:link {
	color: #555;
	text-decoration: none;
}
.thumbnail a:visited {
	color: #888;
	text-decoration: none;
}
.thumbnail.hover span.title a,
.thumbnail span.title a:hover,
.thumbnail span.title a:visited:hover {
	color: #600;
	text-decoration: none;
}


/* --------------------------------------------------------------------------
=person
-------------------------------------------------------------------------- */
.person a:link,
.person a:visited {
	color: #600;
	text-decoration: none;
}
.person a:hover,
.person a:visited:hover {
	color: #333;
	text-decoration: none;
}
