.black {
	background-color: #FFFFFF;
	border: thin solid #000000;
		border-bottom: thin solid #000000;
}
.black1 {
	background-color: #FFFFFF;
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-bottom: thin solid #000000;
	border-left: thin none #000000;
}
.black2 {

	background-color: #FFFFFF;
	border-top: thin solid #000000;
	border-right: thin none #000000;
	border-bottom: thin none #000000;
	border-left: thin none #000000;
}

