a {
	color: #77ffff;
	transition: color 0.2s ease-in-out;
	text-decoration: none;	
}

a:hover, a:focus {
	color: #ff77ff;
}

a:focus-visible {
	outline: 2px dashed #ff77ff;
	outline-offset: 3px;
}

.current_page_item > a {
	color: #ffff77;
}

.current_page_ancestor > a {
	color: #ffffff;
}

.page-navigation .current_page_item > ul {
    display: block;
}

.page-navigation ul, .comment-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.page-navigation ul {
    display: none;
    padding-left: 15px;
}

.page-navigation .current_page_ancestor > ul {
    display: block;
}
