/*** palette_css.css ***/

/*** COLOURS ******************************************************************/

:root {
    
/* Test ***************************/
--border-test: solid 1px transparent;
--border-test: solid 1px red;

/* Both ***************************/
--body-background: peachpuff;
--content-background: papayaWhip;
--content-background: red;
--cell-border: mediumblue;
    /* Specials */
--accent-bottom: red;
--email-color: royalblue;

/* STCL ***************************/    
    /*--header-background: #CFDBFF;*/
    /*--head_r-background: #CFDBFF;*/
    /*--head_r-hover: #6E92FE;*/
--email-white: white;
--email-hover: blue;
--content-color: white;
--button-highlight: royalblue; /* same as 'highlightBackground' in STCL.js */
--button-background: white;
        
/* Legislation ********************/
--top-background: #CFDBFF;
--middle-background: #9CB4FF;
--cell-hover: #9CB4FF;
    /* Specials */
--headline-colour: black;
--search-text: mediumblue;
--text-highlight: yellow;
--hyper-color: navy;

}