/* CSS Document */

#splashfooter { color: #FEA8A8; background: transparent; font-size: 65%;}
#splashfooter a { text-decoration: none; color: #FEA8A8;}
#splashfooter a:link { text-decoration: none;}
#splashfooter a:active { text-decoration: none;}
#splashfooter a:hover { text-decoration: none;}

/* the style is called splashfooter.
splashfooter a referes to the link. It has 3 stages (link, active and hover)
You can add color, font weight etc. to each one of them to make them change)
here are some of the attributes you can add to each one of the states according to what you want:

color: #(colour ref); 
text-decoration: none; (or underline)
font-size: 100%; (defined in percentages) 
background: transparent; (or any colour you want) 
text-align: left; (or center or right) 
font-weight: bold;}
etc.

Hope this helps
.backtotop {

	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #D5C2E2;
}
.anchors {

	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #D5C2E2;
}
.linkindicatorCopy {

	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.linkin.blacktitle {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

