body {
	background-color: #8080ff;
	font-family: Arial, Helvetica, sans-serif;
}

.link {
	cursor: pointer;
	color: #1a1a1a;
}

table {
	background-color: #CCCCCC;
	width: 1000px;
}

th {
	background-color: #B3B3B3;
	height: 35px;
}

tr {
	height: 40px;
}

tr:nth-child(odd) {
    background-color: #E6E6E6;
}

.usedSheet {
	width: 90%;
	text-align: center;
}

.submitBtn {
	height: 30px;
	width: 200px;
	text-align: center;
	padding-top: auto;
	padding-bottom: auto;
	margin: 10px;
	margin-left: 400px;
	cursor: pointer;
}