@charset "utf-8";
/* CSS Document */

#mytable {
	width: 690px;
	padding: 15px;
	margin: 0;
}
tr{
	font-size: 12px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6c5e39;
	}

td {
		background: #fff;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6c5e39;
	padding: 10px;
	}




