.hall-box {
	background-color: #eee;
	width: 600px;
  border: 1px #000000 solid;
  margin: 10px;
  padding: 10px;
  text-align: center;
}

.hall-year {
	color: #f13925;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
}

.hall-award {
	font-weight: bold;
	color: #930000;
	padding-right: 10px;
	text-align: right;
}

.hall-student {
	text-align: left;
}

.hall-selectBy {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	text-decoration: underline;
}

.hall-note {
	font-size: 0.9em;
	font-style: italic;
}

.hall-desc {
	margin: 30px 100px;
}
