			@media only screen and (min-width: 1000px){
				.czHeaderPC {display: block;} 
				.czHeaderTablet{display: none;} 
				.czHeaderMobile{display: none;}
				.czMenuNotPC{display: none;}
				.czMenuTablet{display: none;}				
			    .czMenuPC {display: block;}
				.czColumns{column-count: 2; column-gap: 18px; column-rule-style: solid; column-rule-color: black;}
			}

			@media only screen and (max-width:1000px) and (min-width:480px) {
				.czHeaderPC {display: none;} 
				.czHeaderTablet{display: block;} 
				.czHeaderMobile{display: none;}
				.czMenuTablet{display: block;}
				.czMenuNotPC{display: block;}
			    .czMenuPC {display: none;}
				.czColumns{column-count: 2; column-gap: 12px; column-rule-style: solid; column-rule-color: black;}

			}

			@media only screen and (max-width: 480px) {
				.czHeaderPC {display: none;}  
				.czHeaderTablet{display: none;} 
				.czHeaderMobile{display: block;}
				.czMenuTablet{display: none;}
				.czMenuNotPC{display: block;}
			    .czMenuPC {display: none;}
				.czColumns{column-count: 0;}				
			}

			html, body, h1, h2, h3, h4, h5, h6 {font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
			
/*			h1, h2 { 
				font-variant: small-caps;
			}
*/

			.czTopRight {text-align: right; display: block; margin: 0; padding: 0; position: absolute; z-index: 100; width: 150px; height: 34px; top: 10px; right: 30px;}
			.czTopLeft {text-align: left; display: block; margin: 0; padding: 0;position: absolute; z-index: 100; width: 180px; height: 34px; top: 10px; left: 8px;}
			.myHyphens { text-align: justify; -moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
			.noHyphens  {
				-moz-hyphens: none;
		   		-o-hyphens: none;
		   		-webkit-hyphens: none;
		   		-ms-hyphens: none;
		   		hyphens: none; 
			}
			
			body { 
			/*
			-webkit-user-select: none; 
			-moz-user-select: none; 
			-ms-user-select: none;
			user-select: none; 
			*/
			background-color: blue; color: navy;
			-moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; box-shadow: 10px 10px rgba(0, 0, 0, 0.6); max-width: 1280px; margin-left: auto; margin-right: auto; 
/*			background-image: url(/img/background02.jpg); background-repeat: repeat; background-position: center; */
			}

			.KAEA { font-family: "Courier New", Courier, Monaco, monospace; font-weight: 700; font-size: larger;}

