@charset "UTF-8";
/* CSS Document */
.app-background {
	background-color:#40d7e8; /* blue */
}
.panel-background {
	background-color:#66d1ec; /* light green */
}

.link {
	color: #125766;
}
.link:link,.link:visited {
	color:#125766;
}
.link:hover,.link:active {
	color:white;
}
.link-active {
	color: white;
}
.menu-link,.menu-link:visited,.menu-link:link {
	color: #125766;
}
.menu-link:hover {
	color: white;
}
.hide-button-link, 
.hide-button-link-active {
	color:#125766;
}
.hide-button-link:link, .hide-button-link:visited, 
.hide-button-link-active:link,.hide-button-link-active:visited {
	color:#125766;
}