/* CSS Document */
/* ******** NOTES *********** */
/* This file is for any additional styles */

.boldbody{
	font-weight:bold;
}
#square3 a{
	color: #E2BB84;
	text-decoration:none;
}
#square3 a:hover{
	text-decoration:underline;
}
#alumni_table{
	border:thin;
	border-color:#666;
}
#alumni_table tr td{
	border:thin;
	border-color:#666;
	width:33%;
	padding:2px 2px 2px 2px;
	font-size:16px;
}
#alumni_table tr td ul li{
	list-style-type:none;
}

#table_nav{
	border-width:thin;
	border-style: inset;
	border-color:#666;
	padding: 1px;
	border-collapse:separate;
}
#table_nav a{
	color:#333;
	text-decoration:underline;
}
#table_nav td{
	border-width:thin;
	border-color:#999;
	padding: 2px;
	vertical-align: top;
}
