<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: "Questrial", sans-serif;
	font-size: 16px;
	}

.blueheader {
	height: 150px;
	background-image: url(images/nav.svg);
	background-repeat: no-repeat;
	color: white;
	font-size: 1.2rem;
}

.redfoot {
	background-image: url(images/cav_footer.svg);
	backgroun-repeat: no-repeat;
	height: 150px;
}

a.cav_nav {
	color: white; 
	text-decoration:none; 
	margin-right:20px;
}

a.cav_nav:hover {
	background-color: #fff164;
	color: #0aaadb;
	box-shadow: 5px 5px 5px #0aaadb;
}

.cavblue {
	color: #0aaadb;
}
	
.cavbutton {
	text-decoration: none;
	text-align:center;
	color:#0aaadb;
	border: 1px solid #0aaadb;
	border-radius:15px;
	background-color:#fff164;
	font-size:1.5rem;
	font-weight:bold;
}

.cavbutton:hover {
	background-color: #fff164;
	color: #0aaadb;
	box-shadow: 2px 2px 4px #0aaadb;
}</pre></body></html>