:root {		--primary-color: white; 	--secondary-color: #3333AA;	--tertiary-color: color-mix(in srgb, var(--secondary-color), white 20%);		--text-color: #333333;	--text-hover-color: #3333AA;		--light-text-color: #EEEEDD;	--light-text-hover-color: #CCCCFF;			--body-font-family: Times New Roman;		--body-font-size: 14pt;		--body-font-weight: normal;	--body-line-height: 2rem;	--body-color: inherit;	--body-background-color: inherit;				--navMenu-background-color: #EEEEEE;	--navMenu-background-image: inherit;	--navMenu-box-shadow:  1px 1px 5px #999999;			--navMenu-font-family: inherit; 	--navMenu-font-size: inherit;		--navMenu-color: var(--text-color);	--navMenu-hover-color: var(--text-hover-color);	--navMenu-text-shadow: inherit;	--navMenu-hover-text-shadow: inherit;	--navMenu-text-decoration: inherit;	--navMenu-hover-text-decoration: inherit;		--alt-navMenu-background-color: transparent;	--alt-navMenu-background-image: inherit;	--alt-navMenu-box-shadow: none;			--alt-navMenu-font-family: inherit; 	--alt-navMenu-font-size: inherit;		--alt-navMenu-color: var(--light-text-color);	--alt-navMenu-hover-color: var(--light-text-hover-color);	--alt-navMenu-text-shadow: 2px 2px #555555;	--alt-navMenu-hover-text-shadow: 2px 2px #555555;	--alt-navMenu-text-decoration: inherit;	--alt-navMenu-hover-text-decoration: underline;			--contentContainer-color: inherit;	--contentContainer-background-color: inherit;	--contentContainer-background-image: inherit;	--contentContainer-text-shadow: inherit;			--sidebarContainer-color: inherit;	--sidebarContainer-background-color: var(--primary-color);	--sidebarContainer-background-image: inherit;	--sidebarContainer-text-shadow: inherit;				--scrollbarFancyTrack: DarkGray;	--scrollbarFancyTrackShadow: Gray;	--scrollbarFancyThumb: LightGray; 		--scrollbarHiddenTrack: LightGray;	--scrollbarHiddenThumb: DarkGray; 				--menuItem-color: inherit;	--menuItem-hover-color: #4444DD;	--menuItem-text-shadow: inherit;	--menuItem-hover-text-shadow: inherit;		--menuHighlightItem-color: #4444FF;	--menuHighlightItem-hover-color: #4444DD;	--menuHighlightItem-text-shadow: inherit;	--menuHighlightItem-hover-text-shadow: inherit;		  	--icon-menu-font-size: 20pt;	--icon-menu-color: var(--navMenu-color);	--icon-menu-hover-color: var(--navMenu-hover-color);	--icon-menu-text-shadow: none;		--site-name-font-family: calibri,arial,sans-serif;	--site-name-font-size: 1.5rem;	--site-name-color: inherit;	--site-name-hover-color: inherit;		--icon-pointup-font-family: calibri,arial,sans-serif;	--icon-pointup-font-size: 1.25rem;		--signin-link-font-family: calibri,arial,sans-serif;	--signin-link-font-size: 13pt;	--edit-link-font-family: calibri,arial,sans-serif;	--edit-link-font-size: 13pt;		--icon-circledown-font-size: 14pt;		--user-name-font-family: calibri,arial,sans-serif;	--user-name-font-size: 11pt;				--langElementBorder: 1px solid blue;	--langElementHoverBorder: 2px solid red;	--langElementHighlightBorder: 2px solid deepskyblue;	--langElementHighlightHoverBorder: 2px solid red;	--langElementBoxShadow: 0px 0px 1px black;				--imageBorder: 1px solid blue;	--imageHoverBorder: 1px solid red;		--imageBorder-box-shadow: 2px 2px 7px #000000AA;				--itemDividerColor: grey;	--itemDividerShadow: none;				--linkItem-color: #0000AA;	--linkItem-hover-color: #3333FF;	--linkItem-text-shadow: inherit;	--linkItem-hover-text-shadow: inherit;	--linkItem-text-decoration: underline;	 	  		--article-tabs-background: #FFFFFF;	--article-tabs-background-image: inherit;	--article-tabs-color: #000000;	--article-tabs-colorHighlight: #AA0000;	--article-tabs-underline: 1px solid #CCCCCC;	--article-tabs-border: 1px solid rgba(0,0,0,0);	--article-tabs-text-shadow: 0px 0px #000000;		--article-background: #FFFFFF;	--article-background-image: none;	--article-color: black;	--article-border: none;	--article-text-shadow: inherit;	--article-font-family: inherit;	--article-font-size: inherit;		--articleLinkItem-color: #0000AA;	--articleLinkItem-hover-color: inherit;	--articleLinkItem-text-shadow: inherit;	--articleLinkItem-hover-text-shadow: inherit;	--articleLinkItem-text-decoration: underline;		--codeBlock-color: inherit;	--codeBlock-left: green;		--mathLink-color: #33FF33;	--mathLink-hover-color: #44FF44;	--mathLink-text-shadow: inherit;	--mathLink-hover-text-shadow: inherit;		--firstCharacter-color: #DD2266;	--firstCharacter-text-shadow: 1px 1px black;}