@charset "utf-8";
/* CSS Document */

a.page:link,a.previous:link,a.next:link {
	color: #960000;
	text-decoration: none;
}
a.page:visited,a.previous:visited,a.next:visited {
	text-decoration: none;
	color: #960000;
}
a.page:hover,a.previous:hover,a.next:hover {
	text-decoration: none;
	color: #cccccc;
}
a.page:active,a.previous:active,a.next:active {
	text-decoration: none;
	color: #cccccc;
}
