body
{
--header-bg: #204d6d;
--header-link: #FFF;
--header-hover: #fffc00;
--header-text: #FFF;
--footer-bg: #162348;
--footer-link: #fffc00;
--footer-hover: #fffc00;
--footer-text: #bcb9b7;
--body-bg: #FFF;
--body-link: ;
--body-hover: ;
--body-text: #2b2b2b;
}

.header {
background-color:var(--header-bg);
color:var(--header-text) !important;
}
.header a:not(.btn, button, [class], [class=""]) {
color:var(--header-link) !important;
}
.header a:hover:not(.btn, button, [class], [class=""]) {
color:var(--header-hover) !important;
}
.header a.active:not(.btn, button, [class], [class=""]) {
color:var(--header-hover) !important;
}
.footer {
background-color:var(--footer-bg);
color:var(--footer-text) !important;
}
.footer a:not(.btn, button) {
color:var(--footer-link);
}
.footer a:hover:not(.btn, button, [class], [class=""]) {
color:var(--footer-hover) !important;
}
.footer a.active:not(.btn, button, [class], [class=""]) {
color:var(--footer-hover) !important;
}
.body {
background-color:var(--body-bg);
color:var(--body-text) !important;
}
.body a:not(.btn, button, [class], [class=""]) {
color:var(--body-link) !important;
}
.body a:not(.btn, button, [class], [class=""]):hover {
color:var(--body-hover) !important;
}
.body a.active:not(.btn, button, [class], [class=""]) {
color:var(--body-hover) !important;
}

/* please do not add code after this comment because updating the template replaces the file */
