
/* Custom color variables */
:root {
	--color-key: #94bcbc;
	--color-gradient: #49888d;
	--color-link: #404040;
	--color-menulink: #ffffff;
	--color-title: #ffffff;

	--metric-logo-photo-margin: 0px;
	--metric-logo-font-size: 70px;
	--metric-logo-line-height: 75px;
}

/* Custom CSS for site below this line */
body {
background-color: #94bcbc;
font-size: 1.5 em;
font-family: Arial, Helvetica, Sans-serif;
font-color: #404040;
}

Style Attribute {
color: #404040;
font-size: 30px;
font-weight: bold;
}