/* CSS overrides for pages loaded in the iframe */
body {
    width: 100%;
	font-family: "Rubik", sans-serif;
	color: #292F33;
}

a:link, a:active {
	color: #029DCD
}

a:hover {
	color: #08C3FD;
}

a:visited {
	color: #01526A;
}