table, tr{
	border:1px solid black;
	border-collapse: collapse;
	width:100%
}

td{
	width:95%;
	text-aling:center;
}

td .a{
	border:1px solid black;
	width:5%;
	text-aling:left;
}

#mtable{
	position:relative;
	width:60%;
	left:20:
	border:1px solid red;
}
