.report {
	background-color: #87cefa;
	width: 60%;
	margin: 10px auto 10px auto;
	text-align: center;
	padding: 2px 5px;
}
.report a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.year {
	text-align: center;
	color: #000099;
}

.past {
	background-color: #87cefa;
	width: 60%;
	height: 25px;
	line-height: 25px;
	margin: 10px auto 10px auto;
	text-align: center;
	padding: 2px 5px;
}

.past a {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
	font-size: larger;
}