#tab1 {
	width: 100%;
	height: 300px;
	display: none;
	border: solid 1px;
	border-color: #EEEEEC;
	z-index: 0;
	padding: 3px;
}
#tab1:target {
	display: block;
}
#tab1.target {
	display: block;
}
#tab2 {
	width: 100%;
	height: 300px;
	display: none;
	border: solid 1px;
	border-color: #EEEEEC;
	z-index: 2;
	padding: 3px;
}
#tab2:target {
	display: block;
}
#tab2.target {
	display: block;
}
#tab3 {
	width: 100%;
	height: 300px;
	display: none;
	border: solid 1px;
	border-color: #EEEEEC;
	z-index: 2;
	padding: 3px;
}
#tab3:target {
	display: block;
}
#tab3.target {
	display: block;
}
#tab4 {
	width: 100%;
	height: 300px;
	display: none;
	border: solid 1px;
	border-color: #EEEEEC;
	z-index: 2;
	padding: 3px;
}
#tab4:target {
	display: block;
}
#tab4.target {
	display: block;
}
#tab5 {
	width: 100%;
	height: 300px;
	display: none;
	border: solid 1px;
	border-color: #EEEEEC;
	z-index: 2;
	padding: 3px;
}
#tab5:target {
	display: block;
}
#tab5.target {
	display: block;
}
#tab6 {
	width: 100%;
	height: 300px;
	display: none;
	border: solid 1px;
	border-color: #EEEEEC;
	z-index: 2;
	padding: 3px;
}
#tab6:target {
	display: block;
}
#tab6.target {
	display: block;
}
