table#information{
	margin-left:5%;
	width:90%;
	line-height:100%;
	color:#1a1a1a;
	font-size:100%;
}

#information thead{
	background-color: #e6e6e6;
	color:#C00000;
}

#information tbody tr{
	background-color: #b3b3b3;
}

#information tbody tr:nth-child(even) {
	background-color: #e6e6e6;
}

#information td, tr{
	padding:7px;
}