@charset "utf-8";
/* CSS Document */

/*YELLOW*/

html.pageYellow body {
	color: black !important;
	background: #F4E621 !important;
	background-color: #F4E621 !important;
}

html.pageYellow body * {
	border-color: black !important;
	color: black !important;
}


/*BLACK*/

html.pageBlack body {
    color: white !important;
    background-color: black !important;
    background: black !important;
}

html.pageBlack body * {
    border-color: white !important;
	color: #fff !important;
}

/*BLUE*/

html.pageBlue body {
    color: white !important;
    background-color: #0071b4 !important;
    background: #0071b4 !important;
}

html.pageBlue body * {
    border-color: white !important;
	color: #fff !important;
}

/**/
