/*  SNHU Website Final

 Filename: partners.css

 Author: Brian Demers   

 Date:   11/3/2015

 */
 a {
	 color: yellow;
 }
ol {
	text-align: center;
	font-size: 18px;
	font-size: 18px;
}
.partners td {
	padding: 0px 5px;
	text-align: left;
	font-size: 18px;
}
.partners caption {
	border-bottom: 2px light blue;
	text-align: center;
	font-size: 20px;
	font-style: italic;
}
.partners thead {
	border-bottom: 2px light blue;
	background-color: blue;
	text-align: center;
}
.partners thead tr {
	height: 25px;
}
.partners thead th {
	padding: 0px 5px; 
	letter-spacing: 2px;
	text-align: center;
}
.partners tfoot {
	border-bottom: 2px light blue;
	background-color: none;
	text-align: center;
}
.partners tfoot tr {
	height: 40px;
}
.partners col.firstColumn {
   width: 22%;
}