:root{
  --headlineColor: darkblue;
  --textColor: #444;
  --backgroundColor: #ffe;
  
  --inputBackground: #fff  /*#eff*/  ;
  --inputBorder: #00008b;
  --legendText: #00008b;
  --fieldsetBackground: #fff;
  
  --linkColor: darkred;
  
  --otherColor: #9b3;
  --otherColor2: #fa5;
}