a:link {
	color: #FC0;
}
a:visited {
	color: #F90;
}
a:hover {
	color: #FF0;
}
a:active {
	color: #FC0;
}
h1 {
	font-size: 24px;
	color: #FC0;
}
.text-18px {
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
}
.nav-white {
	font-size: 12px;
	color: #FFF;
	line-height: 1.4em;
}
.text-white {
	font-size: 14px;
	color: #FFF;
}
.academy-bkgd {
	background-image: url(images/wells-academy-bkgd.jpg);
	background-repeat: no-repeat;
}

