:root
{
   --main-bg: #fff;
   --main-font: #000;
   --link-font: #0000ee;
   --link-font-visited: #551a8b;

   --button-bg: #eee;
   --button-font: #0C1E4D;
   --button-focus-color: #3455A9;

   --button-primary-bg-color: #3455A9;
   --button-danger-bg-color: #A4382C;
   --button-success-bg-color: #7AAF36;
   --button-light-font: white;

   --login-errorcell-font-color: orange;
   --login-inputsubmit-font-color: #142d55;

   --termsofuse-instructions-font-color: #142d55;
   --termsofuse-submitbutton-font-color: #142d55;

   --lighten-darken: 1;
   --light-mode-pct: 100%;
}

BODY
{
   color: var(--main-font);
}