body {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.5em;
}

.blekh {
	display: block;
	margin: 0;
	border: 1px solid #f79320;
	width: 738px;
	position: relative;
}



th {
	height: 50px;
	color: #f79320;
	box-shadow: 0 2px 0px -1px #f79320;
	background: #eee;
	font-size: 1.1em;
	padding-top: 5px;
}

.age {
	top: 58px;
	background: #eee;
	box-shadow: 0 2px 0 -1px #f79320;
	text-align: center;
	font-weight: bold;
}

ul {
	list-style: none;
	margin-right: 40px;
	text-align: justify;
	margin-left: 40px;
}

li {
	margin-top: 10px;
}

input {
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #f79320!important;
	
	cursor: pointer;
	margin-left: -42px;
	
	margin-bottom: -22px;
}

h1 {
	color: #85c441;
	font-size: 20px;
	text-align: center;
}

p {
	margin-left: 20px;
}

h2 {
	
	color: #f79320;
	text-align: center;
	font-size: 115%;
}

.blue {
	background: #d9ebf1;
}

.active, .passive {
	display: inline-block;
	text-decoration: none;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 10px;
	background: #fff;
	border: 2px solid #f79320;
	padding: 6px 5px;
	font-weight: bold;
	color: #f79320;
	width: 80px;
	font-size: 1em;
	font-size: 105%;
}

.active {
	background: #f79320;
	color: #fff;
}

button {
	text-decoration: none;
	padding: 5px 10px;
	color: #fff;
	font-size: 0.9rem;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	display: block;
	cursor: pointer;
	width: 85px;
	text-align: center;
	margin-top: 10px;
	margin-left: 327.5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.3)), to(rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	background-color: #f79320;
	border-color: #f79320;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
	text-shadow: 0 1px 0 rgba(255,255,255, .9);
}

a {
	color: #329a32;
	font-weight: bold;
}

@media print {
	button {display: none!important;}
	 a {color: black; text-decoration: none; font-weight: normal;}
  .blekh {
	  margin-top: 30px;
	  margin-left: 30px;
  }
}
	
  
	 @page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */

}

