What I posted will effect every link on your site, if you take and assign that box to a span (or a div) with the class "julie" you could do (hey its an example, and I love the name ok? lol):

Code
.julie a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.julie a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.julie a:hover {
	text-decoration: underline;
}
.julie a:active {
	color: #FFFFFF;
	text-decoration: none;
}

Additionally, you could use a span or a div with the "ID" of "julie" as:
Code
#julie a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#julie a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#julie a:hover {
	text-decoration: underline;
}
#julie a:active {
	color: #FFFFFF;
	text-decoration: none;
}


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!