/* CSS Document */

.date {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

#faculty {
	width: 100%;
}
#faculty td {
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	vertical-align: bottom;
	width: 20%;
}
#faculty a {
	text-decoration: none;
}
 
a:link{
	color: #660000;
}
a:visited{
	color: #666666;
}
a:hover {
	color: #006633;
	font-weight: bold;
}
a:active {
	color: #666666;
}
	
