table {
		border-collapse: collapse;
		width: 100%;
		align: center;
}

body {
	margin: auto;
	width: 1000px;
}

tr {
	align: left;
}

tr {
	height: 3em;
	font-size: 1.1em;
}

.striped {
	background-color: orange;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.rank {
	font-weight: bold;
	font-size: 1.8em;
	text-align: center;
	width: 1em;
}

