:root{
/* midBlues */
	/* --accent: #35afd0; */
/* DarkBlue */
	/* --accent: #3487a3; */
/* LightBlues */
	/* --accent: #77b4d4; */
	/* --accent: #bcd9e1; */
	/* --accent: #B7DEEE; */
	/* --accent: #dde5f0; */
/* Greens */
	/* --accent: #97B7B7; */
	/* --accent: #01ABAC; */
	/* --accent: #bbe5e6; */
/* Beige */
	/* --accent: #EEE9E1; */
	--accent: #e5e5e5;
/* White */
	/* --accent:#f4f4f4; */

	/* --highlight:#db1554; */
	/* --highlight:#b90f45; */
	--highlight:#821e3e;
	/* --hoverback:#ffc402; */
	--hoverback:#ffdd6d;

	--bg-gray: var(--accent);
	--side-material: #2d2d2d;
	--dk-text: var(--side-material);
}

.grk{
	font-family: 'Neohellenic';
	font-style: normal;
	font-size: 110%;
}