﻿.topSpacer {
	height: 40px;
}
.boldUnder {
	font-size: x-large;
	font-weight: bold;
	text-decoration: underline;
}
.tenBorder {
	border-style: none;
	margin: 10px;
}
.tenBorderCenter {
	border-style: none;
	margin: 10px;
	text-align: center;
}
