table{
	font-family: helvetica, arial;
	width: 960px;
	table-layout:fixed;
}

table td {
	word-wrap:break-word;
}

th, td {
    border-bottom: 1px solid gray;
}

thead > td{
	font-weight: bold;
}