
@media print {
	body { background: #fff !important }
	#gl { margin-top: 0 !important }
	.pe { display: none}
}

* { margin: 0 }
::-webkit-scrollbar { width: 0 }

body { text-align: center;  background: fixed #fff url(img/bg.jpg) }

.me{ display: inline-block;  font: 20px arial;  margin: 5px;  padding: 5px 15px;  transition: background .15s ease-in-out }

.ak:hover { background: #0c9 !important;  color: #fff }

#gl { display: inline-block;  text-align: center;  margin-top: 43px;  background: #fff }

.st { display: inline-block;  width: 90%;  text-align: justify;  font: 16px arial }

span:empty { margin-left: 30px;  display: inline-block }

th, select, option { font: 12px arial }

td { font: 12px arial;  text-align: left;  padding: 3px 4px }

#pic { position: fixed;  top: 0;  visibility: hidden;  opacity: 0;  background: #000;  width: 100%;  height: 100%;  z-index: 3 }

.w100 { width: 100% }
.r4 { border-radius: 4px }
.pad15 { padding: 15px 0 }
.le3 { padding-left: 3%;  width: 87% }
.le4 { padding-left: 4%;  width: 86% }
.tab { text-indent: 30px }
.tab5 { text-indent: 5% }
.center { text-align: center }
.sh20 { font-size: 20px }
.sh32 { font-size: 32px }
.bold { font-weight: bold }
.tilt { font-style: italic }
.line { text-decoration: underline }
.red { color: red }
.green { color: green }
.blue { color: blue }
.yellow { color: yellow }
.orange { color: #f80 }
.white { color: white }
.pink { color: fuchsia }
.sky { color: aqua }
.lime { color: lime }
.bred { background: red }
.bgreen { background: #0c6 }
.bblue { background: blue }
.byellow { background: yellow }
.borange { background: #f80 }
.bwhite { background: white }
.bpink { background: fuchsia }
.bsky { background: aqua }
.blime { background: lime }
