@charset "utf-8";
.senior {
	background-color: #CCCC99;
}
.junior {
	background-color: #CCCCCC;
}
.sophomore {
	background-color: #FFFF99;
}
.freshman {
	background-color: #e5e5e5;
}
td {
	font-weight: bold;
	font-size: 12px;
}
