@charset "utf-8";
.State {
	margin-top: 10px;
	font-weight: 700;
	font-size: 14px;
	list-style-type: none;
}
.School {
	margin-top: 5px;
	list-style-type: square;
	list-style-position: outside;
}
.SchoolList {
	margin-right: 20px;
	font-weight: 500;
	font-size: 12px;
}
.schoolLink {
	font-size: 12px;
	font-weight: 700;
}
.StateList {
}
P {
	padding-bottom: 5px;
}
UL {
	margin-left: 10px;
}
LI {
	list-style-type: square;
}
.Question {
	font-weight: 700;
}
.Answer {
	margin-bottom: 10px;
	margin-left: 10px;
}
.college {
	text-decoration: none;
	font-weight: 700;
}
.collegeContact {
	font-style: italic;
	font-size: smaller;
}
.collegeState {
	font-size: larger;
	font-weight: 700;
	padding-bottom:2px;
}

h3 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-bottom: 10px;
	font-stretch: wider;
}
.intro {
	font-weight: 700;
	margin-bottom: 3px;
	display: block;
}

strong {
	font-weight: 700;
}


