:root {
--bodyBgColor:white;
--foregroundColor:white;
--fontColor:black;
--fontFamily:Arial, Helvetica, sans-serif;
--fontSize:1rem;
--buttonBgColor:#1b365d;
--buttonBorderColor:#5264d6;
--buttonFontColor:white;
--instructionsFontColor:black;
--instructionsFontFamily:Arial, Helvetica, sans-serif;
--instructionsFontSize:1.2em;
--qtextFontColor:black;
--qtextFontFamily:Arial, Helvetica, sans-serif;
--qtextFontSize:1.2em;
--progressBarColor:#5264d6;
--hoverColor:red;
--selectionColor:#5264d6;
--logoWidth:auto;
--logoHeight:auto;
--logoTopDisplay:none;
--logoBottomDisplay:none;
--logoTopPosition:0 auto 0 0;
--logoBottomPosition:0 auto 0 0;
}