:root {
    /* 'bgc' Back Ground Colours */
    --bgc1: rgb(220,220,245);       /* 'Body', 'Menu Drop Down', 'Small Dialogue' */
    --bgc2: grey;                   /* 'Links' Text Shadow */
    --bgc3: rgba(126,126,126,0.5);  /* 'Working', 'Drop Down Item', 'Admin Menu Select' */
    --bgc4: rgba(210,210,210,0.4);  /* Main Content Background */
    --bgc5: rgba(250,250,255,0.8);  /* Post Message Background */

    /* 'color' Foreground Text Colours */
    --color1: rgba(0,0,0,0.9);      /* Body & Default Text */
    --color2: rgb(90,90,110);       /* Site Description */
    --color3: rgba(100,100,100,0.1);/* Link Text Shadow */
    --color4: rgb(80,80,120);        /* Site Name & Headings */
    
    /* 'border' Box Border Colours */
    --border1: silver;
    --border2: rgb(100,100,100);    /* dark grey*/
    
    /* 'inputbgc' Input Box Background Colour */
    --inputbgc: rgba(200,190,190,0.7);
    --inputcolor: rgba(0,0,0,0.7);
    /* Box Shadow Variables */
    --offsetX: 0px;
    --offsetY: 1px;
    --blur:    1px;
    --spread:  1px;
    --shadow: rgba(0,0,0,1);
    --inset:  inset;
    
    /* 'link' Page Link Colours */
    --link: darkblue;
    --linkhover: pink;
    
    /* Menu Font Size */
    --navfs: 0.9em;
}