table { 
	width: 80%; 
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.name{
	background-color: #FF4500;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'helvetica', sans-serif;
	font-size: 25pt;
}

.color{
	background-color: #FFA500;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'helvetica', sans-serif;
	font-size: 25pt;
	
}

.weight{
	background-color: #FF4500;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'helvetica', sans-serif;
	font-size: 25pt;
}

.room{
	background-color: #FFA500;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'helvetica', sans-serif;
	font-size: 25pt;
}